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.
- Host: GitHub
- URL: https://github.com/holedaemon/install-dart-sass-action
- Owner: holedaemon
- License: mit
- Created: 2025-08-05T23:57:52.000Z (10 months ago)
- Default Branch: trunk
- Last Pushed: 2025-08-06T00:41:43.000Z (10 months ago)
- Last Synced: 2025-08-06T01:15:49.116Z (10 months ago)
- Topics: dart-sass, github-action, sass
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)