[!!!][TASK] Refactor Scss, add Sass-lint and adjust styling
Add variables to allow easy modifications to color, font and also extending Style
This commit is contained in:
parent
6175d6bb7a
commit
ed06ff6b09
50 changed files with 762 additions and 888 deletions
10
scss/custom/_custom.scss
Normal file
10
scss/custom/_custom.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Example of overwriting variables. Take a look at modules/variables
|
||||
// .node-links {
|
||||
// color: $color-primary;
|
||||
// }
|
||||
|
||||
// You can also include additional files for style example https://github.com/ffrgb/meshviewer/tree/ffrgb-config/scss/custom
|
||||
// Include syntax: @include "name" -> Filename: _name.scss
|
||||
|
||||
// SCSS supports css with a lot of additional features like variables or mixins.
|
||||
// Autoprefixer runs in postcss, no need to add browser-prefixes like -webkit, -moz or -ms
|
4
scss/custom/_variables.scss
Normal file
4
scss/custom/_variables.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Example of overwriting variables. Take a look at modules/variables
|
||||
//$color-black: #fff;
|
||||
//$color-white: invert($color-white);
|
||||
//$color-primary: invert($color-primary);
|
Loading…
Add table
Add a link
Reference in a new issue