mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
967d29d83d
In addition to syncing the latest changes, this change also merges the theme’s `.scss` files and other related build tool configurations required to compile the theme’s CSS.
This will allow development of the theme to continue on Trac after 5.6 is released and the GitHub repository is archived.
For a full list of changes since [], see e7d5991...aa284fd
.
Props poena, luminuu kjellr, aristath, justinahinon.
See #51526.
Built from https://develop.svn.wordpress.org/trunk@49574
git-svn-id: http://core.svn.wordpress.org/trunk@49312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
22 lines
455 B
SCSS
22 lines
455 B
SCSS
/**
|
|
* These styles should be loaded by the Block Editor only
|
|
*/
|
|
@import "01-settings/fonts";
|
|
@import "01-settings/global";
|
|
|
|
@import "02-tools/mixins";
|
|
@import "02-tools/functions";
|
|
|
|
@import "03-generic/breakpoints";
|
|
|
|
@import "04-elements/blockquote";
|
|
@import "04-elements/media";
|
|
@import "04-elements/forms-editor";
|
|
@import "04-elements/links";
|
|
|
|
@import "05-blocks/blocks-editor";
|
|
|
|
@import "06-components/editor";
|
|
|
|
@import "07-utilities/color-palette";
|