mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
14f02a0b50
Thanks to @justinvdm for the help Merges: #2275
11 lines
345 B
SCSS
11 lines
345 B
SCSS
// =============================================================================
|
|
// Wagtail CMS main stylesheet
|
|
// =============================================================================
|
|
|
|
@import 'objects';
|
|
@import 'components';
|
|
@import 'states/states';
|
|
@import 'states/animations';
|
|
@import 'utilities/utilities';
|
|
@import 'themes/themes';
|