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