bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
193 stars 91 forks source link

Support importing .sass files #245

Closed oktaal closed 4 years ago

oktaal commented 4 years ago

I was trying to import .sass files (Bulma framework) and found that the pipeline was hard-coded to only follow .scss @imports in the stylesheets. This PR should hopefully fix that. I'm not very well-versed in Grails and Groovy, and couldn't locally try out this fix (the tests all still pass), so proceed with caution.