diff options
| author | Mark Otto <[email protected]> | 2017-06-13 22:21:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-14 20:55:00 -0700 |
| commit | 5da5a38f0d26445003467ed0b7a046fb9c3ee82b (patch) | |
| tree | c7542a9a8720ecdbed6fe443f8ac5e3ab3e1d43f /scss/bootstrap-reboot.scss | |
| parent | 2e798301ca15ed45c86283371d4c5a37510f945d (diff) | |
| download | bootstrap-5da5a38f0d26445003467ed0b7a046fb9c3ee82b.tar.xz bootstrap-5da5a38f0d26445003467ed0b7a046fb9c3ee82b.zip | |
Move scss functions from top of variables to separate file, then import it into other build files
Diffstat (limited to 'scss/bootstrap-reboot.scss')
| -rw-r--r-- | scss/bootstrap-reboot.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index 5867f08ec..5965022a9 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -3,6 +3,7 @@ // Includes only Normalize and our custom Reboot reset. @import "custom"; +@import "functions"; @import "variables"; @import "mixins"; |
