Style setup
This commit is contained in:
6
src/style/layout/_footer.scss
Normal file
6
src/style/layout/_footer.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
/* ==========================================================================
|
||||
FOOTER
|
||||
========================================================================== */
|
||||
.footer {
|
||||
|
||||
}
|
||||
6
src/style/layout/_header.scss
Normal file
6
src/style/layout/_header.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
/* ==========================================================================
|
||||
HEADER
|
||||
========================================================================== */
|
||||
.header {
|
||||
|
||||
}
|
||||
6
src/style/layout/_main.scss
Normal file
6
src/style/layout/_main.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
/* ==========================================================================
|
||||
MAIN
|
||||
========================================================================== */
|
||||
.main {
|
||||
|
||||
}
|
||||
6
src/style/layout/_nav.scss
Normal file
6
src/style/layout/_nav.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
/* ==========================================================================
|
||||
NAVIGATION
|
||||
========================================================================== */
|
||||
.nav {
|
||||
|
||||
}
|
||||
5
src/style/layout/_responsive.scss
Normal file
5
src/style/layout/_responsive.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
/* RULE
|
||||
========================================================================== */
|
||||
// @media only screen and (max-width: $screen-tab-port) {
|
||||
|
||||
// }
|
||||
Reference in New Issue
Block a user