module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: { colors: { confman: { "bg-primary": "#fafafa", }, }, }, }, plugins: [], };