dart-sass-maven-plugin icon indicating copy to clipboard operation
dart-sass-maven-plugin copied to clipboard

A Maven plugin that allows to compile SASS using Dart Sass

Results 6 dart-sass-maven-plugin issues
Sort by recently updated
recently updated
newest added

Can we add a [many-to-many configuration](https://sass-lang.com/documentation/cli/dart-sass/#many-to-many-mode) setting to this plugin? There appears to be a loadPaths to add additional input folders, however I don't see how you would configure different...

enhancement

The `libsass-maven-plugin` plugin has the option to allow classpath resources to be used as imports: ```scss @import "META-INF/resources/webjars/bootstrap-sass/assets/stylesheets/bootstrap/variables"; ``` This functionality was provided by [ClasspathAwareImporter.java](https://github.com/warmuuh/libsass-maven-plugin/blob/master/src/main/java/wrm/libsass/ClasspathAwareImporter.java). Is it possible to add...

enhancement

Allow configuration of the base URL for downloading dart-sass, so that private mirrors may be used in lieu of the public github.com.

enhancement

- fixes indentation for `pom.xml` and make it shorter - adds a fixed version as an example - fixes typo s/air-capped/air-gapped/

It could be useful for offline mode and air-gapped developers to allow the plugin to use the `sass` executable to be found in `PATH` instead of downloading or maintaining a...

enhancement

Dear @cleydyr, can you please use the Release feature of GitHub to mark new versions? That would enable users to receive notifications upon new releases: ![grafik](https://github.com/cleydyr/dart-sass-maven-plugin/assets/26480844/626a482f-dc7a-479d-a6f7-9250be2de899)

process