Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
uncomment bootstrap-variables import
Browse files Browse the repository at this point in the history
  • Loading branch information
tonifisler committed Apr 27, 2015
1 parent 37c845f commit e7b4326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/assets/sass/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


// Core variables and mixins
// @import "bootstrap-variables";
@import "bootstrap-variables";
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables";

Expand Down Expand Up @@ -53,4 +53,4 @@ $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/");

// Utility classes
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/utilities";
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities";
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities";

0 comments on commit e7b4326

Please sign in to comment.