-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (33 loc) · 1.53 KB
/
SCSS_build.yml
File metadata and controls
36 lines (33 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Site Build
uses:gha-utilities/sass-build@v0.4.9
with:
source: style.css
destination: ~/Documents/DEV/compiled.css
#indentType: tab
# Array (Action splits on ":"), of directories to look under for imports and used modules
#includePaths: # optional
# String, either "expanded", "compressed", "nested", "compact"; defaults to "compressed"
#outputStyle: # optional
# Integer and float precision when compiling CSS, eg. `20`
#precision: # optional
# String, either "space" or "tab", default "space"
# Integer, of tabs/spaces used to indent, eg. `1`
#indentWidth: # optional, default is 2
# String, either "lf", "lfcr", "cr", or "crlf", default "lf"
#linefeed: # optional
# Boolean, default `false` if `true` emits comments where CSS was compiled from
#sourceComments: # optional
# May be boolean or string, see https://sass-lang.com/documentation/js-api#sourcemap
#sourceMap: # optional
# String, does not write but is useful in combination with "sourceMap"
#outFile: # optional
# Boolean, when `true` compiled CSS is not linked to source map
#omitSourceMapUrl: # optional
# Boolean, when `true` embeds contents of Sass files that contributed to compiled CSS
#sourceMapContents: # optional
# Boolean, when `true` embeds source map within compiled CSS
#sourceMapEmbed: # optional
# String, prepended to all links from from source map to Sass files
#sourceMapRoot: # optional
# Outputs render_options used for compiling CSS
#debug: # optional