Update modules
This commit is contained in:
parent
883c235c1b
commit
104656dfe0
@ -1,27 +1,27 @@
|
||||
//===
|
||||
// VENDORS
|
||||
//===
|
||||
@import "vendors/normalize"
|
||||
@use "vendors/normalize"
|
||||
// END VENDORS
|
||||
|
||||
//===
|
||||
// GLOBALS
|
||||
//===
|
||||
@import "typography"
|
||||
@import "variables"
|
||||
@import "mixins"
|
||||
@import "base"
|
||||
@use "typography"
|
||||
@use "variables"
|
||||
@use "mixins"
|
||||
@use "base"
|
||||
// END GLOBALS
|
||||
|
||||
//===
|
||||
// DESKTOP
|
||||
//===
|
||||
@import "desktop/header"
|
||||
@import "desktop/footer"
|
||||
@use "desktop/header"
|
||||
@use "desktop/footer"
|
||||
// END DESKTOP
|
||||
|
||||
//===
|
||||
// PAGES
|
||||
//===
|
||||
@import "desktop/pages/home"
|
||||
@use "desktop/pages/home"
|
||||
// END PAGES
|
||||
|
@ -1,27 +1,27 @@
|
||||
//===
|
||||
// VENDORS
|
||||
//===
|
||||
@import "vendors/normalize"
|
||||
@use "vendors/normalize"
|
||||
// END VENDORS
|
||||
|
||||
//===
|
||||
// GLOBALS
|
||||
//===
|
||||
@import "typography"
|
||||
@import "variables"
|
||||
@import "mixins"
|
||||
@import "base"
|
||||
@use "typography"
|
||||
@use "variables"
|
||||
@use "mixins"
|
||||
@use "base"
|
||||
// END GLOBALS
|
||||
|
||||
//===
|
||||
// MOBILE
|
||||
//===
|
||||
@import "mobile/header"
|
||||
@import "mobile/footer"
|
||||
@use "mobile/header"
|
||||
@use "mobile/footer"
|
||||
// END MOBILE
|
||||
|
||||
//===
|
||||
// PAGES
|
||||
//===
|
||||
@import "mobile/pages/home"
|
||||
@use "mobile/pages/home"
|
||||
// END PAGES
|
||||
|
Loading…
Reference in New Issue
Block a user