mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 10:04:49 +00:00
10 lines
345 B
SCSS
10 lines
345 B
SCSS
// =============================================================================
|
|
// Wagtail CMS main stylesheet
|
|
// =============================================================================
|
|
|
|
@import 'objects';
|
|
@import 'components';
|
|
@import 'states/states';
|
|
@import 'states/animations';
|
|
@import 'utilities/utilities';
|
|
@import 'themes/themes';
|