第一次
This commit is contained in:
13
tailwind.config.js
Normal file
13
tailwind.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
'./src/pages/**/*.jsx',
|
||||
'./src/components/**/*.jsx',
|
||||
'./src/layouts/**/*.jsx',
|
||||
'./src/pages/**/*.tsx',
|
||||
'./src/components/**/*.tsx',
|
||||
'./src/layouts/**/*.tsx',
|
||||
],
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user