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.

48 lines
950 B

2 years ago
  1. {
  2. "compilers": {
  3. "less": {
  4. "autoPrefix": "",
  5. "cssComb": "none",
  6. "ieCompat": true,
  7. "strictMath": false,
  8. "strictUnits": false,
  9. "relativeUrls": true,
  10. "rootPath": "",
  11. "sourceMapRoot": "",
  12. "sourceMapBasePath": "",
  13. "sourceMap": false
  14. },
  15. "sass": {
  16. "includePath": "",
  17. "indentType": "space",
  18. "indentWidth": 2,
  19. "outputStyle": "nested",
  20. "Precision": 5,
  21. "relativeUrls": true,
  22. "sourceMapRoot": "",
  23. "sourceMap": false
  24. },
  25. "stylus": {
  26. "sourceMap": false
  27. },
  28. "babel": {
  29. "sourceMap": false
  30. },
  31. "coffeescript": {
  32. "bare": false,
  33. "runtimeMode": "node",
  34. "sourceMap": false
  35. }
  36. },
  37. "minifiers": {
  38. "css": {
  39. "enabled": true,
  40. "termSemicolons": true,
  41. "gzip": false
  42. },
  43. "javascript": {
  44. "enabled": true,
  45. "termSemicolons": true,
  46. "gzip": false
  47. }
  48. }
  49. }