Merge pull request #17 from twbs/test-with-two-sasses
Also support Ruby Sass
Showing
| # Ruby Gems for building and testing Bootstrap | |||
| # Run `grunt update-gemfile-lock` to update to the latest compatible versions | |||
| source 'https://rubygems.org' | source 'https://rubygems.org' | ||
| group :development do | group :development, :test do | ||
| gem 'jekyll', '~> 2.5.2' | gem 'jekyll', '~> 2.5.2' | ||
| gem 'rouge', '~> 1.7.4' | gem 'rouge', '~> 1.7.4' | ||
| gem 'sass', '~> 3.4.9' | |||
| gem 'scss-lint', '~> 0.31' | |||
| end | end |
Gemfile.lock
0 → 100644
| ... | @@ -45,6 +45,7 @@ | ... | @@ -45,6 +45,7 @@ |
| "grunt-contrib-jade": "~0.13.0", | "grunt-contrib-jade": "~0.13.0", | ||
| "grunt-contrib-jshint": "~0.10.0", | "grunt-contrib-jshint": "~0.10.0", | ||
| "grunt-contrib-qunit": "~0.5.2", | "grunt-contrib-qunit": "~0.5.2", | ||
| "grunt-contrib-sass": "^0.8.1", | |||
| "grunt-contrib-uglify": "~0.6.0", | "grunt-contrib-uglify": "~0.6.0", | ||
| "grunt-contrib-watch": "~0.6.1", | "grunt-contrib-watch": "~0.6.1", | ||
| "grunt-csscomb": "~3.0.0", | "grunt-csscomb": "~3.0.0", | ||
| ... | ... |
scss/mixins/_pulls.scss
0 → 100644
Please register or sign in to comment