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 d90df9a commit 8714303Copy full SHA for 8714303
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 1.2.2
5
+* Fixed `!important` for `light-dark()` (by @yuheiy).
6
+
7
## 1.2.1
8
* Fixed function support inside `light-dark()` (by @VladBrok).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-dark-theme-class",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "CSS solution for light/dark/auto theme switcher for websites",
"keywords": [
"postcss",
0 commit comments