mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-16 16:43:42 +03:00
22 lines
596 B
SCSS
22 lines
596 B
SCSS
/*
|
|
* Add content area styles to the editor (in addition to the front end), so that users see content the way it will
|
|
* appear on the front end.
|
|
*/
|
|
|
|
|
|
@import "settings/colors";
|
|
@import "../../pub/wporg/css/settings/structure";
|
|
@import "settings/structure";
|
|
@import "../../pub/wporg/css/tools/breakpoint";
|
|
@import "base/elements";
|
|
@import "components/entry-content";
|
|
@import "components/about";
|
|
@import "../../pub/wporg/css/settings/_modular-scale.scss";
|
|
@import "../../pub/wporg/css/objects/buttons";
|
|
@import "objects/buttons";
|
|
@import "objects/parallelogram";
|
|
|
|
|
|
|
|
|
|
// font-family and face, etc? |