14 lines
298 B
JavaScript
14 lines
298 B
JavaScript
export default {
|
|
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
|
theme: {
|
|
colors: {
|
|
primary: "#6B8A7A",
|
|
secondary: "#254336",
|
|
ternary: "#B7B597",
|
|
quadnary: "#DAD3BE",
|
|
},
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|