2019-09-27 01:35:20 +03:00
|
|
|
/*
|
|
|
|
* 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";
|
2019-10-02 22:54:45 +03:00
|
|
|
@import "objects/image";
|
2019-10-03 00:08:14 +03:00
|
|
|
@import "objects/pullquote";
|
2019-10-02 22:54:45 +03:00
|
|
|
@import "utilities/utilities";
|
2019-09-27 01:35:20 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// font-family and face, etc?
|