SCSS update
This commit is contained in:
@@ -4,7 +4,7 @@ html {
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@include font-smooth;
|
@include font-smooth;
|
||||||
background: $color-primary;
|
background: #fff;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
*, *:before, *:after {
|
*, *:before, *:after {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Colors
|
// Colors
|
||||||
$color-primary: #fff;
|
$color-primary: pink;
|
||||||
$color-secondary: #000;
|
$color-secondary: #000;
|
||||||
$color-text: #333;
|
$color-text: #333;
|
||||||
|
|
||||||
|
|||||||
@@ -1,32 +1,34 @@
|
|||||||
@charset "UTF-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
// Tools
|
// Tools
|
||||||
@import "../style/variables";
|
@import "variables";
|
||||||
@import "../style/tools/mixins";
|
@import "tools/mixins";
|
||||||
@import "../style/tools/functions";
|
@import "tools/functions";
|
||||||
@import "../style/tools/helpers";
|
@import "tools/helpers";
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
@import "node_modules/normalize.css/normalize";
|
@import "normalize.css/normalize";
|
||||||
|
// @import "bulma/css/bulma.min";
|
||||||
|
// @import "@fortawesome/fontawesome-free/css/all.min";
|
||||||
|
|
||||||
// Base
|
// Base
|
||||||
@import "../style/base";
|
@import "base";
|
||||||
@import "../style/fonts";
|
@import "fonts";
|
||||||
|
|
||||||
// Layout
|
// Layout
|
||||||
@import "../style/layout/header";
|
@import "layout/header";
|
||||||
@import "../style/layout/nav";
|
@import "layout/nav";
|
||||||
@import "../style/layout/main";
|
@import "layout/main";
|
||||||
@import "../style/layout/footer";
|
@import "layout/footer";
|
||||||
|
|
||||||
// Modules
|
// Modules
|
||||||
// @import "../style/modules/module";
|
// @import "modules/module";
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
// @import "../style/components/component";
|
// @import "components/component";
|
||||||
|
|
||||||
// Animations
|
// Animations
|
||||||
// @import "../style/../animations/animation";
|
// @import "animations/animation";
|
||||||
|
|
||||||
// Responsive
|
// Responsive
|
||||||
// @import "../style/layout/responsive";
|
// @import "layout/responsive";
|
||||||
|
|||||||
Reference in New Issue
Block a user