Open kennethormandy opened 8 years ago
This adds Eyeglass support to Terraform for .scss files, closing #103.
.scss
This PR also includes a (failing) test for .sass files, which works, but breaks regular .sass support in the process:
.sass
Unclear whether this is a mistake in my configuration, or a bug.
This adds Eyeglass support to Terraform for
.scss
files, closing #103.This PR also includes a (failing) test for
.sass
files, which works, but breaks regular.sass
support in the process:.sass
file is importing an Eyeglass module, it compiles successfully.sass
file isn’t importing an Eyeglass module, there is an error during complicationUnclear whether this is a mistake in my configuration, or a bug.