Make WordPress Core

Changeset 59656 for trunk/package.json


Ignore:
Timestamp:
01/16/2025 09:03:12 PM (5 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r59509 r59656  
    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",
Note: See TracChangeset for help on using the changeset viewer.