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 3903cf3 commit 4b35084Copy full SHA for 4b35084
1 file changed
tasks/updater/scss.rb
@@ -12,7 +12,7 @@ def update_scss_assets
12
log_processed "#{bootstrap_scss_files * ' '}"
13
14
log_status 'Updating scss main files'
15
- %w(bootstrap bootstrap-grid bootstrap-reboot).each do |name|
+ %w(bootstrap bootstrap-grid bootstrap-reboot bootstrap-utilities).each do |name|
16
# Compass treats non-partials as targets to copy into the main project, so make them partials.
17
# Also move them up a level to clearly indicate entry points.
18
from = "#{save_to}/#{name}.scss"
0 commit comments