Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Include block-library/src/editor.scss
  • Loading branch information
aristath committed Jan 25, 2021
commit 2eee2b60286abe4c9fd482ce3fc6a67c46e28b17
1 change: 1 addition & 0 deletions bin/packages/build-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const BUILD_TASK_BY_EXTENSION = {
// Editor styles should be excluded from the default CSS vars output.
.concat(
file.includes( 'common.scss' ) ||
file.includes( 'block-library/src/editor.scss' ) ||
! file.includes( 'block-library' )
? [ 'default-custom-properties' ]
: []
Expand Down