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

super comment removing speed boost!

Sass was getting hung up on the comment block at the top of both
bootstrap/bootstrap-responsive
This commit is contained in:
Thomas McDonald 2012-03-23 11:57:43 +00:00
parent 652e956c12
commit 37563aab78
2 changed files with 0 additions and 22 deletions

View file

@ -1,14 +1,3 @@
/*!
* Bootstrap Responsive v2.0.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Converted to SASS by Thomas McDonald
*/
// Responsive.css.scss
// For phone and tablet devices
// -------------------------------------------------------------

View file

@ -1,14 +1,3 @@
/*!
* Bootstrap 2.0.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Converted to SASS by Thomas McDonald
*/
// Core variables and mixins
@import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
@import "bootstrap/mixins";