6 lines
353 B
SCSS
6 lines
353 B
SCSS
// Use this file to overwrite the basic Bootstrap variables and add your own variables
|
||
// To overwrite a Bootstrap variable you don´t have to touch the Bootstrap folder.
|
||
// Just copy a variable from src/sass/bootstrap4/_variables.scss, paste it here and edit the value.
|
||
|
||
|
||
$primary: #563d7c; // Thats a sample how you could change a BootStrap variable. |