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