We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df7843 commit 6b1d5ddCopy full SHA for 6b1d5dd
1 file changed
Rakefile
@@ -48,7 +48,7 @@ task :debug do
48
require 'term/ansicolor'
49
require 'autoprefixer-rails'
50
path = Bootstrap.stylesheets_path
51
- %w(_bootstrap _bootstrap-flex _bootstrap-reboot _bootstrap-grid).each do |file|
+ %w(_bootstrap _bootstrap-reboot _bootstrap-grid).each do |file|
52
engine = Sass::Engine.for_file("#{path}/#{file}.scss", syntax: :scss, load_paths: [path])
53
out = File.join('tmp', "#{file[1..-1]}.css")
54
css = engine.render
0 commit comments