create main file and empty section
This commit is contained in:
31
src/css/layout/_main.scss
Normal file
31
src/css/layout/_main.scss
Normal file
@ -0,0 +1,31 @@
|
||||
|
||||
/* Main */
|
||||
|
||||
#main {
|
||||
|
||||
/*
|
||||
@include breakpoint('<=xlarge') {
|
||||
|
||||
}
|
||||
|
||||
@include breakpoint('<=large') {
|
||||
|
||||
}
|
||||
|
||||
@include breakpoint('<=medium') {
|
||||
|
||||
}
|
||||
|
||||
@include breakpoint('<=small') {
|
||||
|
||||
}
|
||||
|
||||
@include breakpoint('<=xsmall') {
|
||||
|
||||
}
|
||||
|
||||
@include breakpoint('<=xxsmall') {
|
||||
|
||||
}
|
||||
*/
|
||||
}
|
Reference in New Issue
Block a user