1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Move .img- classes to new _images.scss; move hr to _type.scss

This commit is contained in:
Mark Otto
2015-04-16 17:10:47 -07:00
parent cd3bc6a089
commit 36e4cd0287
4 changed files with 43 additions and 41 deletions

1
scss/bootstrap.scss vendored
View File

@@ -9,6 +9,7 @@
// Core CSS
@import "scaffolding";
@import "type";
@import "images";
@import "code";
@import "grid";
@import "tables";