Skip to content

Commit b27caa0

Browse files
committed
Upgrade @csstools/postcss-light-dark-function to version 3.0.0
This is a major version bump, but the changelog at https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-light-dark-function/CHANGELOG.md doesn't indicate any breaking changes that should impact us. We only have to list `@csstools/postcss-light-dark-function` in `eslint.config.js` similar to e.g. commit a2909f9.
1 parent 5875cdd commit b27caa0

3 files changed

Lines changed: 28 additions & 70 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export default [
116116
"pdfjs-lib",
117117
"pdfjs-web",
118118
"web",
119+
"@csstools/postcss-light-dark-function",
119120
"fluent-bundle",
120121
"fluent-dom",
121122
"postcss-dir-pseudo-class",

package-lock.json

Lines changed: 26 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "^7.29.0",
66
"@babel/preset-env": "^7.29.0",
77
"@babel/runtime": "^7.28.6",
8-
"@csstools/postcss-light-dark-function": "^2.0.11",
8+
"@csstools/postcss-light-dark-function": "^3.0.0",
99
"@fluent/bundle": "^0.19.1",
1010
"@fluent/dom": "^0.10.2",
1111
"@metalsmith/layouts": "^3.0.0",

0 commit comments

Comments
 (0)