diff options
| author | Chris Rebert <[email protected]> | 2015-10-29 21:37:28 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-29 21:37:28 -0700 |
| commit | 9d201a8ef2548fffb9b8a03f6a7cc9437bf70a67 (patch) | |
| tree | a7368443fee9c5da7b0ba098c45a5d4758b98c15 /scss/bootstrap.scss | |
| parent | 6e8f08dc6706a00a0d6a54284d61cc12857a15d8 (diff) | |
| download | bootstrap-9d201a8ef2548fffb9b8a03f6a7cc9437bf70a67.tar.xz bootstrap-9d201a8ef2548fffb9b8a03f6a7cc9437bf70a67.zip | |
Move .bg-* utility classes into separate file
[skip sauce]
[skip validator]
Diffstat (limited to 'scss/bootstrap.scss')
| -rw-r--r-- | scss/bootstrap.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 518a1a5af..e9300f54d 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -51,5 +51,6 @@ // Utility classes @import "utilities"; +@import "utilities-background"; @import "utilities-spacing"; @import "utilities-responsive"; |
