mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Added the @import for the _variables.scss file
This commit is contained in:
parent
e9d5e22769
commit
cf4aeeed4e
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
// Import all the variables into the main css file.
|
||||||
|
@import "variables";
|
||||||
|
|
||||||
// I gather this file is a starting point for the project.
|
// I gather this file is a starting point for the project.
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue