1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/test/dummy_node_mincer/require_all.css.ejs.scss

9 lines
195 B
SCSS
Raw Normal View History

@import "bootstrap/bootstrap-mincer";
@import "bootstrap";
#image-retina {
@include img-retina("apple-touch-icon-144-precomposed.png", "apple-touch-icon-144-precomposed.png", 72px, 72px);
2014-03-15 02:24:55 +07:00
}