mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 19:13:44 +03:00

Simplifies pullquote and fixes the issues with editor styles; move color classes utilities.
21 lines
559 B
SCSS
21 lines
559 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 "../../pub/wporg/css/settings/_modular-scale.scss";
|
|
@import "../../pub/wporg/css/objects/buttons";
|
|
@import "objects/buttons";
|
|
@import "objects/image";
|
|
@import "objects/pullquote";
|
|
@import "utilities/utilities";
|
|
|
|
|
|
|
|
|
|
// font-family and face, etc? |