Files
aura-store/tailwind.config.js
T

16 lines
259 B
JavaScript

export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
colors: {
bg: "#0d0b1e",
bg2: "#1a1535",
accent: "#8b5cf6",
accent2: "#6366f1",
},
},
},
plugins: [],
};