pattern-7-1-with-split-media/sass/mobile.sass

38 lines
546 B
Sass
Raw Normal View History

2023-01-02 11:04:42 +01:00
@charset "UTF-8"
// 1. Configuration and helpers
2023-05-31 13:51:56 +02:00
@use "abstracts/variables"
@use "abstracts/mixins"
2023-01-02 11:04:42 +01:00
// 2. Vendors
2023-05-31 13:51:56 +02:00
@use "vendors/normalize"
2023-01-02 11:04:42 +01:00
// 3. Base stuff
2023-05-31 13:51:56 +02:00
@use "base/base"
@use "base/fonts"
@use "base/typography"
@use "base/helpers"
2023-01-02 11:04:42 +01:00
// 4. Layout-related sections
2023-05-31 13:51:56 +02:00
@use "mobile/layout/header"
@use "mobile/layout/footer"
2023-01-02 11:04:42 +01:00
// 5. Components
2023-05-31 13:51:56 +02:00
@use "mobile/components/alert"
@use "mobile/components/button"
2023-01-02 11:04:42 +01:00
// 6. Page-specific styles
2023-05-31 13:51:56 +02:00
@use "mobile/pages/home"
@use "mobile/pages/contact"
2023-01-02 11:04:42 +01:00
// 7. Themes
2023-05-31 13:51:56 +02:00
@use "themes/light"
@use "themes/dark"