pattern-7-1/sass/main.sass

37 lines
497 B
Sass
Raw Normal View History

2019-03-03 09:20:25 +01:00
@charset "UTF-8"
2019-02-26 11:06:17 +01:00
// 1. Configuration and helpers
2019-03-03 09:20:25 +01:00
@import abstracts/variables
@import abstracts/mixins
2019-02-26 11:06:17 +01:00
// 2. Vendors
2019-03-03 09:20:25 +01:00
@import vendors/normalize
2019-02-26 11:06:17 +01:00
// 3. Base stuff
2019-03-03 09:20:25 +01:00
@import base/base
@import base/fonts
@import base/typography
@import base/helpers
2019-02-26 11:06:17 +01:00
// 4. Layout-related sections
2019-03-03 09:20:25 +01:00
@import layout/header
@import layout/footer
2019-02-26 11:06:17 +01:00
// 5. Components
2019-03-03 09:20:25 +01:00
2023-01-02 10:36:42 +01:00
@import components/alert
2019-03-03 09:20:25 +01:00
@import components/button
2019-02-26 11:06:17 +01:00
// 6. Page-specific styles
2019-03-03 09:20:25 +01:00
@import pages/home
2019-02-26 11:06:17 +01:00
// 7. Themes
2019-03-03 09:20:25 +01:00
2023-01-02 10:36:42 +01:00
@import themes/light
@import themes/dark