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