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

26 lines
271 B
Sass
Raw Permalink Normal View History

2022-12-15 13:37:03 +01:00
//===
// VENDORS
//===
2023-05-31 12:54:50 +02:00
@use "vendors/normalize"
2022-12-15 13:37:03 +01:00
// END VENDORS
//===
// GLOBALS
//===
2023-05-31 12:54:50 +02:00
@use "typography"
@use "base"
2022-12-15 13:37:03 +01:00
// END GLOBALS
//===
// MOBILE
//===
2023-05-31 12:54:50 +02:00
@use "mobile/header"
@use "mobile/footer"
2022-12-15 13:37:03 +01:00
// END MOBILE
//===
// PAGES
//===
2023-05-31 12:54:50 +02:00
@use "mobile/pages/home"
2022-12-15 13:37:03 +01:00
// END PAGES