Make WordPress Core

Opened 5 weeks ago

Last modified 4 weeks ago

#62323 reviewing defect (bug)

Sass Deprecation warnings during build process with v 1.80.x

Reported by: mattyrob's profile MattyRob Owned by: desrosj's profile desrosj
Milestone: 6.8 Priority: normal
Severity: normal Version: 6.7
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

Follow up to #62142

SASS has deprecated global functions and also the @import rule, see here:

https://sass-lang.com/documentation/breaking-changes/import/
https://sass-lang.com/documentation/at-rules/import/

Fixes for this have been created in a PR for ClassicPress and we are sharing this back should you wish to consider the same solution.

Patch files for the 2 commits are attached and the original PR is here:

https://github.com/ClassicPress/ClassicPress/pull/1621

Attachments (2)

0001-Migrate-from-import-to-use-and-forward.patch (34.2 KB) - added by MattyRob 5 weeks ago.
0001-Prepare-for-SASS-2.0.0-and-3.0.0.patch (4.6 KB) - added by MattyRob 5 weeks ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
5 weeks ago

  • Milestone changed from Awaiting Review to 6.8

#2 @desrosj
4 weeks ago

  • Keywords has-patch added
  • Owner set to desrosj
  • Status changed from new to reviewing
Note: See TracTickets for help on using tickets.