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