dart-sass-maven-plugin
dart-sass-maven-plugin copied to clipboard
A Maven plugin that allows to compile SASS using Dart Sass
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...
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...
Allow configuration of the base URL for downloading dart-sass, so that private mirrors may be used in lieu of the public github.com.
- 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...
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: 