mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
10843f2909
* 🌈 Organise colors with vars only * ➕ New file structure * File restructuring * ⚒️ Fix build issue * Rearranged files
46 lines
782 B
SCSS
46 lines
782 B
SCSS
@charset 'UTF-8';
|
|
@import '~prism-themes/themes/prism-a11y-dark';
|
|
|
|
// 1. Configuration and helpers
|
|
@import
|
|
'abstracts/variables',
|
|
'abstracts/functions',
|
|
'abstracts/mixins',
|
|
'abstracts/universal-selector';
|
|
|
|
// 2. Vendors
|
|
// @import
|
|
// 'vendors/normalize';
|
|
|
|
// 3. Base stuff
|
|
@import
|
|
'base/custom-properties',
|
|
'base/fonts',
|
|
'base/base',
|
|
'base/typography',
|
|
'base/helpers';
|
|
|
|
// 4. Layout-related sections
|
|
@import
|
|
'structures/header',
|
|
'structures/footer',
|
|
'structures/grid',
|
|
'structures/multi-column',
|
|
'structures/table-of-content';
|
|
|
|
// 5. Components
|
|
@import
|
|
'components/word',
|
|
'components/lists',
|
|
'components/definitions',
|
|
'components/flag';
|
|
|
|
// 6. Page-specific styles
|
|
// @import
|
|
// 'pages/home';
|
|
|
|
// 7. Themes
|
|
// @import
|
|
// 'themes/default';
|
|
|