run prettier
This commit is contained in:
parent
2ac6f7f191
commit
14643fb890
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user