Skip to content

Commit

Permalink
WP Scripts: Update webpack dependencies related to styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Dec 4, 2024
1 parent d017783 commit d694d83
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 509 deletions.
1 change: 1 addition & 0 deletions bin/packages/build-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ async function buildCSS( file ) {
file,
includePaths: [ path.join( PACKAGES_DIR, 'base-styles' ) ],
data: ''.concat( '@use "sass:math";', importLists, contents ),
quietDeps: true,
} );

const result = await postcss( [
Expand Down
Loading

0 comments on commit d694d83

Please sign in to comment.