re-add tailwind for content:['./src2'] tag

This commit is contained in:
Andrew Pareles 2024-11-11 03:38:21 -08:00
parent d01a5fc44c
commit f8f60ef6b0

View file

@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src2/**/*.{jsx,tsx}'], // uses these files to decide how to transform the css file
theme: {
extend: {},
},
plugins: [],
prefix: 'prefix-'
}