12 lines
312 B
SCSS
12 lines
312 B
SCSS
//
|
|
// Custom Variables
|
|
//
|
|
// Here you can add your own variables overrides
|
|
//
|
|
// The file is included before any other variable file,
|
|
// so you can override them because they all use !default
|
|
// --------------------------------------------------
|
|
|
|
// For example, changing the primary color
|
|
// $primary: #3b5998;
|