sass not work pyro theme
Created 8 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
sassonlyscss. I know the compiling is very much the same but the filter uses thescssextension for hinting.You might try adding a third parameter to your
asset_addmethod["scss"]to manually compile it if you want.