Update mobile.sass
This commit is contained in:
parent
218bba4ca9
commit
52f5a3cc20
@ -1,37 +1,32 @@
|
|||||||
@charset "UTF-8"
|
@charset "UTF-8"
|
||||||
|
|
||||||
// 1. Configuration and helpers
|
// Vendors
|
||||||
|
|
||||||
@use "abstracts/variables"
|
|
||||||
@use "abstracts/mixins"
|
|
||||||
|
|
||||||
// 2. Vendors
|
|
||||||
|
|
||||||
@use "vendors/normalize"
|
@use "vendors/normalize"
|
||||||
|
|
||||||
// 3. Base stuff
|
// Base stuff
|
||||||
|
|
||||||
@use "base/base"
|
@use "base/base"
|
||||||
@use "base/fonts"
|
@use "base/fonts"
|
||||||
@use "base/typography"
|
@use "base/typography"
|
||||||
@use "base/helpers"
|
@use "base/helpers"
|
||||||
|
|
||||||
// 4. Layout-related sections
|
// Layout-related sections
|
||||||
|
|
||||||
@use "mobile/layout/header"
|
@use "mobile/layout/header"
|
||||||
@use "mobile/layout/footer"
|
@use "mobile/layout/footer"
|
||||||
|
|
||||||
// 5. Components
|
// Components
|
||||||
|
|
||||||
@use "mobile/components/alert"
|
@use "mobile/components/alert"
|
||||||
@use "mobile/components/button"
|
@use "mobile/components/button"
|
||||||
|
|
||||||
// 6. Page-specific styles
|
// Page-specific styles
|
||||||
|
|
||||||
@use "mobile/pages/home"
|
@use "mobile/pages/home"
|
||||||
@use "mobile/pages/contact"
|
@use "mobile/pages/contact"
|
||||||
|
|
||||||
// 7. Themes
|
// Themes
|
||||||
|
|
||||||
@use "themes/light"
|
@use "themes/light"
|
||||||
@use "themes/dark"
|
@use "themes/dark"
|
||||||
|
Loading…
Reference in New Issue
Block a user