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 = {
|
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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user