Move blocks and block styles to the correct places in the CSS structure

There should be no visual changes
This commit is contained in:
Kelly Dwan 2019-10-02 15:54:45 -04:00
parent ef8c78f4f3
commit e6b3fbd989
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
10 changed files with 52 additions and 45 deletions

View file

@ -8,13 +8,13 @@
@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";
@import "objects/image";
@import "utilities/utilities";