1
0
Fork 0
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:
Phil Thompson 2013-05-05 17:32:37 +02:00
parent e9d5e22769
commit cf4aeeed4e

View file

@ -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.
@import "bootstrap";