diff options
| author | Mark Otto <[email protected]> | 2015-04-16 17:10:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 17:10:47 -0700 |
| commit | 36e4cd0287a275aefff60cd75c475ff7c0021247 (patch) | |
| tree | 639ab6626f399a5b13413b8b759b811f6fcb3f37 /scss/bootstrap.scss | |
| parent | cd3bc6a089b03969a2a98136e610bc07e02c6c9d (diff) | |
| download | bootstrap-36e4cd0287a275aefff60cd75c475ff7c0021247.tar.xz bootstrap-36e4cd0287a275aefff60cd75c475ff7c0021247.zip | |
Move .img- classes to new _images.scss; move hr to _type.scss
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 b19aa2dda..4cd94b97e 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -9,6 +9,7 @@ // Core CSS @import "scaffolding"; @import "type"; +@import "images"; @import "code"; @import "grid"; @import "tables"; |
