We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931c2b6 commit efdabdfCopy full SHA for efdabdf
plugins/postcss-light-dark-function/CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changes to PostCSS Light Dark Function
2
3
-### Unreleased (patch)
+### 2.0.3
4
+
5
+_September 22, 2024_
6
7
- Fix default behavior to be the `light` `color-scheme`
8
- Wrap inherited fallback custom props with `@supports not (color: light-dark(tan, tan))` to reduce the number of assigned props in a document.
plugins/postcss-light-dark-function/package.json
@@ -1,7 +1,7 @@
{
"name": "@csstools/postcss-light-dark-function",
"description": "Use the light-dark() color function in CSS",
- "version": "2.0.2",
+ "version": "2.0.3",
"contributors": [
"name": "Antonio Laguna",
0 commit comments