An open API service indexing awesome lists of open source software.

https://github.com/holedaemon/install-dart-sass-action

A custom GitHub action for installing dart sass to your runner.
https://github.com/holedaemon/install-dart-sass-action

dart-sass github-action sass

Last synced: 10 months ago
JSON representation

A custom GitHub action for installing dart sass to your runner.

Awesome Lists containing this project

README

          

# install-dart-sass-action

A quick n' dirty [composite action](https://docs.github.com/en/actions/concepts/workflows-and-actions/custom-actions#composite-actions) for [GitHub Workflows](https://docs.github.com/en/actions/concepts/workflows-and-actions/workflows). Use this action in your workflows markup to install the [reference dart compiler](https://github.com/sass/dart-sass) for use in compiling your Sass stylesheets to CSS.

# Documentation

```yaml
steps:
- name: Install Sass
uses: holedaemon/install-dart-sass-action@v0.2.0
with:
version: "..." # optional, defaults to latest
```

# License

[LICENSE](LICENSE)