Update flags for dart-sass.
This commit is contained in:
parent
a830711390
commit
876296cfae
|
@ -32,7 +32,7 @@ contentSections = [ "contacts", "about", "news", "biblio" ]
|
||||||
sass :: Compiler (Item String)
|
sass :: Compiler (Item String)
|
||||||
sass =
|
sass =
|
||||||
getResourceString >>=
|
getResourceString >>=
|
||||||
withItemBody (unixFilter "sass" ["-s", "--scss"])
|
withItemBody (unixFilter "sass" ["--stdin"])
|
||||||
|
|
||||||
b2bflags :: [String]
|
b2bflags :: [String]
|
||||||
b2bflags = [ "--expand"
|
b2bflags = [ "--expand"
|
||||||
|
|
Loading…
Reference in New Issue