actions-marketplace-validations/Sass Build
GitHub Action JavaScript wrapper runs Sass build with provided Inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Relative path(s) to SASS or SCSS file, eg. _scss/main.scss | yes | — |
| destination | Path(s) compiled CSS should be saved, eg. ~/workspace_sass/assets/css/main.css | yes | — |
| includePaths | Array (Action splits on ":"), of directories to look under for imports and used modules | no | — |
| outputStyle | String, either "expanded", "compressed", "nested", "compact"; defaults to "compressed" | no | — |
| precision | Integer and float precision when compiling CSS, eg. `20` | no | — |
| indentType | String, either "space" or "tab", default "space" | no | — |
| indentWidth | Integer, of tabs/spaces used to indent, eg. `1` | no | 2 |
| linefeed | String, either "lf", "lfcr", "cr", or "crlf", default "lf" | no | — |
| sourceComments | Boolean, default `false` if `true` emits comments where CSS was compiled from | no | — |
| sourceMap | May be boolean or string, see https://sass-lang.com/documentation/js-api#sourcemap | no | — |
| outFile | String, does not write but is useful in combination with "sourceMap" | no | — |
| omitSourceMapUrl | Boolean, when `true` compiled CSS is not linked to source map | no | — |
| sourceMapContents | Boolean, when `true` embeds contents of Sass files that contributed to compiled CSS | no | — |
| sourceMapEmbed | Boolean, when `true` embeds source map within compiled CSS | no | — |
| sourceMapRoot | String, prepended to all links from from source map to Sass files | no | — |
| debug | Outputs render_options used for compiling CSS | no | — |
Outputs
no outputs