PWA Fundvelo der Caritas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

compilerconfig.json.defaults 452B

1234567891011121314151617181920212223
  1. {
  2. "compilers": {
  3. "sass": {
  4. "autoPrefix": "",
  5. "includePath": "",
  6. "indentType": "space",
  7. "indentWidth": 2,
  8. "outputStyle": "nested",
  9. "Precision": 5,
  10. "relativeUrls": true,
  11. "sourceMapRoot": "",
  12. "lineFeed": "",
  13. "sourceMap": false
  14. },
  15. "minifiers": {
  16. "css": {
  17. "enabled": true,
  18. "termSemicolons": true,
  19. "gzip": false
  20. },
  21. }
  22. }
  23. }