actions-marketplace-validations/Sass Build

GitHub Action JavaScript wrapper runs Sass build with provided Inputs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceRelative path(s) to SASS or SCSS file, eg. _scss/main.scssyes
destinationPath(s) compiled CSS should be saved, eg. ~/workspace_sass/assets/css/main.cssyes
includePathsArray (Action splits on ":"), of directories to look under for imports and used modulesno
outputStyleString, either "expanded", "compressed", "nested", "compact"; defaults to "compressed"no
precisionInteger and float precision when compiling CSS, eg. `20`no
indentTypeString, either "space" or "tab", default "space"no
indentWidthInteger, of tabs/spaces used to indent, eg. `1`no2
linefeedString, either "lf", "lfcr", "cr", or "crlf", default "lf"no
sourceCommentsBoolean, default `false` if `true` emits comments where CSS was compiled fromno
sourceMapMay be boolean or string, see https://sass-lang.com/documentation/js-api#sourcemapno
outFileString, does not write but is useful in combination with "sourceMap"no
omitSourceMapUrlBoolean, when `true` compiled CSS is not linked to source mapno
sourceMapContentsBoolean, when `true` embeds contents of Sass files that contributed to compiled CSSno
sourceMapEmbedBoolean, when `true` embeds source map within compiled CSSno
sourceMapRootString, prepended to all links from from source map to Sass filesno
debugOutputs render_options used for compiling CSSno

no outputs