mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
add prefix in tailwind.config, apparently adding it in scope-tailwind doesnt work
This commit is contained in:
parent
c789ab2ab7
commit
f713a624f9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./**/*.{js,ts,tsx}'], // uses these files to decide how to transform the css file
|
||||
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