cdecdd9ee7
Add variables to allow easy modifications to color, font and also extending Style
11 lines
479 B
SCSS
11 lines
479 B
SCSS
// 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
|