terraform
terraform copied to clipboard
Adds Eyeglass support to Terraform
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:
- If a
.sassfile is importing an Eyeglass module, it compiles successfully - If a
.sassfile isn’t importing an Eyeglass module, there is an error during complication
Unclear whether this is a mistake in my configuration, or a bug.