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
``` ```
``` ```
yarn dev yarn dev
``` ```

View File

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