mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
re-add tailwind for content:['./src2'] tag
This commit is contained in:
parent
d01a5fc44c
commit
f8f60ef6b0
1 changed files with 10 additions and 0 deletions
|
|
@ -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-'
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue