run prettier

This commit is contained in:
Chuck Dries 2021-08-02 11:03:11 -07:00
parent 2ac6f7f191
commit 14643fb890
No known key found for this signature in database
GPG Key ID: 4E6B9B2DCEC64BA9
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
```
yarn
```
```
yarn dev
```

View File

@ -1,4 +1,4 @@
const colors = require('tailwindcss/colors')
const colors = require("tailwindcss/colors");
module.exports = {
mode: "jit",
purge: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
@ -8,7 +8,7 @@ module.exports = {
colors: {
"regal-blue": "#243c5a",
lime: colors.lime,
sky: colors.sky
sky: colors.sky,
},
},
},