Skip to content

Commit efdabdf

Browse files
committed
@csstools/postcss-light-dark-function v2.0.3
1 parent 931c2b6 commit efdabdf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

plugins/postcss-light-dark-function/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Light Dark Function
22

3-
### Unreleased (patch)
3+
### 2.0.3
4+
5+
_September 22, 2024_
46

57
- Fix default behavior to be the `light` `color-scheme`
68
- 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-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-light-dark-function",
33
"description": "Use the light-dark() color function in CSS",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)