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,5 +1,8 @@
|
|||
// Import all the variables into the main css file.
|
||||
@import "variables";
|
||||
|
||||
// I gather this file is a starting point for the project.
|
||||
@import "bootstrap";
|
||||
|
||||
// Include responsive Bootstrap styles
|
||||
// @import "bootstrap-responsive";
|
||||
// @import "bootstrap-responsive";
|
||||
|
|
Loading…
Add table
Reference in a new issue