pattern-7-1/sass/main.sass

36 lines
493 B
Sass
Raw Normal View History

2019-02-26 11:06:17 +01:00
@charset 'UTF-8';
// 1. Configuration and helpers
@import
'abstracts/variables',
'abstracts/functions',
'abstracts/mixins';
// 2. Vendors
@import
'vendors/normalize';
// 3. Base stuff
@import
'base/base',
'base/fonts',
'base/typography',
'base/helpers';
// 4. Layout-related sections
@import
'layout/header',
'layout/footer';
// 5. Components
@import
'components/button';
// 6. Page-specific styles
@import
'pages/home';
// 7. Themes
@import
'themes/default';