diff --git a/app/Main.hs b/app/Main.hs index b9a8718..58fde41 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -32,7 +32,7 @@ contentSections = [ "contacts", "about", "news", "biblio" ] sass :: Compiler (Item String) sass = getResourceString >>= - withItemBody (unixFilter "sass" ["-s", "--scss"]) + withItemBody (unixFilter "sass" ["--stdin"]) b2bflags :: [String] b2bflags = [ "--expand"