anything-llm/frontend/tailwind.config.js
timothycarambat 27c58541bd inital commit
2023-06-03 19:28:07 -07:00

14 lines
208 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{js,jsx}"],
theme: {
extend: {
colors: {
'black-900': '#141414',
}
},
},
plugins: [],
}