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

33 lines
443 B
Sass
Raw Permalink Normal View History

2023-01-02 11:04:42 +01:00
@charset "UTF-8"
2023-08-02 13:49:48 +02:00
// Vendors
2023-01-02 11:04:42 +01:00
2023-05-31 13:51:56 +02:00
@use "vendors/normalize"
2023-01-02 11:04:42 +01:00
2023-08-02 13:49:48 +02:00
// Base stuff
2023-01-02 11:04:42 +01:00
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
2023-08-02 13:49:48 +02:00
// Layout-related sections
2023-01-02 11:04:42 +01:00
2023-05-31 13:51:56 +02:00
@use "mobile/layout/header"
@use "mobile/layout/footer"
2023-01-02 11:04:42 +01:00
2023-08-02 13:49:48 +02:00
// Components
2023-01-02 11:04:42 +01:00
2023-05-31 13:51:56 +02:00
@use "mobile/components/alert"
@use "mobile/components/button"
2023-01-02 11:04:42 +01:00
2023-08-02 13:49:48 +02:00
// Page-specific styles
2023-01-02 11:04:42 +01:00
2023-05-31 13:51:56 +02:00
@use "mobile/pages/home"
@use "mobile/pages/contact"
2023-01-02 11:04:42 +01:00
2023-08-02 13:49:48 +02:00
// Themes
2023-01-02 11:04:42 +01:00
2023-05-31 13:51:56 +02:00
@use "themes/light"
@use "themes/dark"