Skip to content

Instantly share code, notes, and snippets.

@ciases
Created April 11, 2016 14:03
Show Gist options
  • Save ciases/5d5434ecf2055d12e3777fe4bd8f4053 to your computer and use it in GitHub Desktop.
Save ciases/5d5434ecf2055d12e3777fe4bd8f4053 to your computer and use it in GitHub Desktop.
Bootstrap Sass Installation and Customization

Bootstrap Sass Installation and Customization

  1. run bower install bootstrap-sass inside project root
  2. copy _variables.scss to sass forder, rename it to _customVariables.scss
  3. add imports to main.scss:
@import "customVariables";
@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap";

// your styles

You're awesome!

Reference: sitepoint.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment