Skip to content

Commit ab4b4eb

Browse files
committed
Administration: Modernize admin color scheme SASS files.
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
1 parent fc9aabb commit ab4b4eb

File tree

13 files changed

+266
-239
lines changed

13 files changed

+266
-239
lines changed

package-lock.json

Lines changed: 20 additions & 10 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
@@ -66,7 +66,7 @@
6666
"prettier": "npm:[email protected]",
6767
"qunit": "~2.23.1",
6868
"react-refresh": "0.14.0",
69-
"sass": "1.79.6",
69+
"sass": "1.83.4",
7070
"sinon": "16.1.3",
7171
"sinon-test": "~3.1.6",
7272
"source-map-loader": "5.0.0",

0 commit comments

Comments
 (0)