1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Move scss functions from top of variables to separate file, then import it into other build files

This commit is contained in:
Mark Otto
2017-06-13 22:21:50 -07:00
committed by Mark Otto
parent 2e798301ca
commit 5da5a38f0d
5 changed files with 42 additions and 56 deletions

View File

@@ -3,6 +3,7 @@
// Includes only Normalize and our custom Reboot reset.
@import "custom";
@import "functions";
@import "variables";
@import "mixins";