prevent generated files from being prettiered (#49061)

pull/49064/head
Josh Hunt 3 years ago committed by GitHub
parent a59200fac4
commit 18cbea84b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .prettierignore
  2. 11
      public/sass/theme.dark.generated.json
  3. 11
      public/sass/theme.light.generated.json

@ -21,3 +21,7 @@ vendor
# Auto-generated localisation files # Auto-generated localisation files
public/locales/_build/ public/locales/_build/
public/locales/**/*.js public/locales/**/*.js
# Auto-generated theme files
theme.light.generated.json
theme.dark.generated.json

@ -102,7 +102,14 @@
"xl": 1200, "xl": 1200,
"xxl": 1440 "xxl": 1440
}, },
"keys": ["xs", "sm", "md", "lg", "xl", "xxl"], "keys": [
"xs",
"sm",
"md",
"lg",
"xl",
"xxl"
],
"unit": "px" "unit": "px"
}, },
"shape": {}, "shape": {},
@ -949,4 +956,4 @@
] ]
} }
} }
} }

@ -102,7 +102,14 @@
"xl": 1200, "xl": 1200,
"xxl": 1440 "xxl": 1440
}, },
"keys": ["xs", "sm", "md", "lg", "xl", "xxl"], "keys": [
"xs",
"sm",
"md",
"lg",
"xl",
"xxl"
],
"unit": "px" "unit": "px"
}, },
"shape": {}, "shape": {},
@ -949,4 +956,4 @@
] ]
} }
} }
} }
Loading…
Cancel
Save