cibus-frontend/tailwind.config.cjs

9 lines
164 B
JavaScript
Raw Normal View History

2022-08-09 01:34:58 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.{ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
}