2020-02-20 08:38:32 +11:00
|
|
|
@charset 'UTF-8';
|
2019-11-22 12:30:55 +01:00
|
|
|
|
2020-02-20 08:38:32 +11:00
|
|
|
// 1. Configuration and helpers
|
2020-03-09 23:47:06 +01:00
|
|
|
@import 'abstracts/variables', 'abstracts/functions', 'abstracts/mixins',
|
2020-02-20 08:38:32 +11:00
|
|
|
'abstracts/universal-selector';
|
|
|
|
|
|
|
|
// 2. Vendors
|
|
|
|
// @import
|
2020-03-09 23:47:06 +01:00
|
|
|
// 'vendors/normalize';
|
2020-02-20 08:38:32 +11:00
|
|
|
|
|
|
|
// 3. Base stuff
|
2020-03-09 23:47:06 +01:00
|
|
|
@import 'base/custom-properties', 'base/fonts', 'base/base', 'base/selection',
|
|
|
|
'base/typography', './base/a', 'base/helpers';
|
2020-02-20 08:38:32 +11:00
|
|
|
|
|
|
|
// 4. Layout-related sections
|
2020-03-09 23:47:06 +01:00
|
|
|
@import 'structures/header', 'structures/footer', 'structures/grid',
|
|
|
|
'structures/multi-column', 'structures/table-of-content',
|
|
|
|
'./structures/definition-content', './structures/definition-navigation';
|
2020-02-20 08:38:32 +11:00
|
|
|
|
|
|
|
// 5. Components
|
2020-03-09 23:47:06 +01:00
|
|
|
@import 'components/word', 'components/lists', 'components/definitions',
|
2020-02-20 08:38:32 +11:00
|
|
|
'components/flag';
|
|
|
|
|
|
|
|
// 6. Page-specific styles
|
2020-03-09 23:47:06 +01:00
|
|
|
@import './layouts/pages';
|
2020-02-20 08:38:32 +11:00
|
|
|
|
|
|
|
// 7. Themes
|
|
|
|
// @import
|
|
|
|
// 'themes/default';
|