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 25f1189 commit 99bc259Copy full SHA for 99bc259
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.8
5
+* Moved to `:where()` to keep specificity.
6
+* Removed Node.js 12, 14, and 16 support.
7
+* Fixed docs (by Qi Luo).
8
+
9
## 0.7.3
10
* Reduced package size.
11
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-dark-theme-class",
- "version": "0.7.3",
+ "version": "0.8.0",
"description": "CSS solution for light/dark/auto theme switcher for websites",
"keywords": [
"postcss",
0 commit comments