Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-08-27 15:37:44 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-08-27 15:37:44 +0300
commit9f416cc8d801d18105cae60fb0d515729fa38e2d (patch)
treeffb9a42196af76adefa46bee6cd31794a3c54597 /templates/project/manifest.rb
parent82ceb6b740d6ef5ca7d809520114cae6246863b4 (diff)
Compass template .sass -> .scss
Diffstat (limited to 'templates/project/manifest.rb')
-rw-r--r--templates/project/manifest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index bbf33cf..c702072 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -4,7 +4,7 @@ description 'Bootstrap'
stylesheet 'styles.sass'
# Bootstrap variable overrides file
-stylesheet '_bootstrap-variables.sass', :to => '_bootstrap-variables.sass'
+stylesheet '_bootstrap-variables.scss', :to => '_bootstrap-variables.scss'
# Copy JS
manifest = Pathname.new(File.dirname(__FILE__))