From 24eeb3c3b2f5842dec6961189b7b74c025a15d54 Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Wed, 28 Mar 2012 14:13:39 +0100 Subject: [PATCH] SASS -> Sass --- README.md | 8 ++++---- bootstrap-sass.gemspec | 2 +- templates/project/manifest.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 03c3839d..98e95c76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Bootstrap for SASS +# Bootstrap for Sass -`bootstrap-sass` is an SASS-powered version of [Twitter's Bootstrap](http://github.com/twitter/bootstrap), ready to drop right into your SASS powered applications. +`bootstrap-sass` is an Sass-powered version of [Twitter's Bootstrap](http://github.com/twitter/bootstrap), ready to drop right into your Sass powered applications. Enjoy. @@ -20,11 +20,11 @@ In your Gemfile: #### CSS -Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's styles, mixins and variables! Don't use Sprocket's `//= require` directives for SASS files, because they're horrible and will kill your cat. +Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's styles, mixins and variables! Don't use Sprocket's `//= require` directives for Sass files, because they're horrible and will kill your cat. @import "bootstrap"; -Need to configure a variable or two? Simple define the value of the variable you want to change *before* importing Bootstrap. SASS will be awesome and respect your existing definition rather than overwriting it with the Bootstrap defaults. A list of customisable variables can be found in the [Bootstrap documentation](http://twitter.github.com/bootstrap/less.html#variables). +Need to configure a variable or two? Simple define the value of the variable you want to change *before* importing Bootstrap. Sass will be awesome and respect your existing definition rather than overwriting it with the Bootstrap defaults. A list of customisable variables can be found in the [Bootstrap documentation](http://twitter.github.com/bootstrap/less.html#variables). $primaryButtonBackground: #f00; @import "bootstrap"; diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec index ae4ad7bd..f798a469 100644 --- a/bootstrap-sass.gemspec +++ b/bootstrap-sass.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.version = '2.0.1' s.authors = ["Thomas McDonald"] s.email = 'tom@conceptcoding.co.uk' - s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails or Compass" + s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass" s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass" s.add_development_dependency 'compass' diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb index 32095d8b..c9e47931 100644 --- a/templates/project/manifest.rb +++ b/templates/project/manifest.rb @@ -1,4 +1,4 @@ -description "Bootstrap for SASS" +description "Bootstrap for Sass" # Stylesheet importing bootstrap stylesheet 'styles.scss'