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

@ -27,3 +27,8 @@
// 06 Components
//------------------------------------------------------------*/
@import "components/components";
//--------------------------------------------------------------
// 07 Utilities
//------------------------------------------------------------*/
@import "utilities/utilities";