sass not work pyro theme
Created 7 years ago by jubayed{{ asset_add("build.css", "theme::sass/theme/theme.sass") }} {{ asset_style("build.css") }}
sass not Filters.
{{ asset_add("build.css", "theme::sass/theme/theme.sass") }} {{ asset_style("build.css") }}
sass not Filters.
Hmm.. Not sure I have
sass
onlyscss
. I know the compiling is very much the same but the filter uses thescss
extension for hinting.You might try adding a third parameter to your
asset_add
method["scss"]
to manually compile it if you want.