mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
4 lines
118 B
Ruby
4 lines
118 B
Ruby
set :sass_assets_paths, [
|
|
File.join(root, "assets", "stylesheets"),
|
|
File.join(root, "my-vendor", "stylesheets")
|
|
]
|