We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01bca0 commit da6ae00Copy full SHA for da6ae00
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 1.0
5
+* Added `preferred-color-scheme: light` support (by Natalia Nagaeva).
6
+
7
## 0.8
8
* Moved to `:where()` to keep specificity.
9
* Removed Node.js 12, 14, and 16 support.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-dark-theme-class",
- "version": "0.8.0",
+ "version": "1.0.0",
"description": "CSS solution for light/dark/auto theme switcher for websites",
"keywords": [
"postcss",
0 commit comments