Skip to content

Commit

Permalink
Administration: Modernize admin color scheme SASS files.
Browse files Browse the repository at this point in the history
This updates the admin color scheme `.sass` files to address some deprecated notices caused by upstream changes.

- `string` and `colors` are no longer globally available functions.
- `@import` is deprecated in favor of `@use`.

There are still a few notices that are output, however this will require an update to the `grunt-sass` package to resolve.

Props MattyRob.
Fixes #62323.

git-svn-id: https://develop.svn.wordpress.org/trunk@59656 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jan 16, 2025
1 parent fc9aabb commit ab4b4eb
Show file tree
Hide file tree
Showing 13 changed files with 266 additions and 239 deletions.
30 changes: 20 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"prettier": "npm:[email protected]",
"qunit": "~2.23.1",
"react-refresh": "0.14.0",
"sass": "1.79.6",
"sass": "1.83.4",
"sinon": "16.1.3",
"sinon-test": "~3.1.6",
"source-map-loader": "5.0.0",
Expand Down
Loading

0 comments on commit ab4b4eb

Please sign in to comment.