get-sass-options.html 131 B

12345
  1. {{ return (dict
  2. "outputStyle" "compressed"
  3. "enableSourceMap" (not hugo.IsProduction)
  4. "includePaths" "node_modules"
  5. ) }}