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