five-for-the-future/themes/wporg-5ftf/css/objects/_objects.scss
Kelly Dwan f8558fe9c2
More blocks styles moved to the appropriate object/utilities folders
Simplifies pullquote and fixes the issues with editor styles; move color classes utilities.
2019-10-02 17:08:14 -04:00

13 lines
485 B
SCSS

@import "../../../pub/wporg/css/objects/accessibility";
@import "../../../pub/wporg/css/objects/alignments";
@import "../../../pub/wporg/css/objects/buttons";
@import "../../../pub/wporg/css/objects/clearings";
@import "../../../pub/wporg/css/objects/copy";
@import "../../../pub/wporg/css/objects/inputs";
@import "../../../pub/wporg/css/objects/links";
@import "../../../pub/wporg/css/objects/notices";
@import "buttons";
@import "image";
@import "pullquote";
@import "site-header";