PWA Fundvelo der Caritas.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }