1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/sass-assets-path-app/config.rb

6 lines
149 B
Ruby

# frozen_string_literal: true
set :sass_assets_paths, [
File.join(root, 'assets', 'stylesheets'),
File.join(root, 'my-vendor', 'stylesheets')
]