Skip to content

Commit

Permalink
Import Bootstrap CSS instead of linking it
Browse files Browse the repository at this point in the history
In response to this issue:
twbs/bootstrap#16663
  • Loading branch information
Dane Petersen committed Jul 1, 2015
1 parent b37e4d1 commit c99b7e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
Expand Down
1 change: 1 addition & 0 deletions app/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "../../bower_components/bootstrap/dist/css/bootstrap.css";
/*---------------------------------------------------
main.less
---------------------------------------------------*/
Expand Down
1 change: 1 addition & 0 deletions app/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
main.less
---------------------------------------------------*/

@import "../../bower_components/bootstrap/dist/css/bootstrap.css";
@import "../../bower_components/bootstrap/less/variables.less";
@import "_utilities.less";
@import "_base.less";
Expand Down

0 comments on commit c99b7e4

Please sign in to comment.