diff --git a/readme.md b/readme.md index 3c07411..e7d00a8 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,7 @@ ``` yarn ``` + ``` yarn dev ``` diff --git a/tailwind.config.js b/tailwind.config.js index 2f4b9d6..27a8502 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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, }, }, },