basic react package build config
This commit is contained in:
parent
2a618b42b7
commit
b59f36f40b
16 changed files with 620 additions and 163 deletions
11
packages/react/tailwind.config.js
Normal file
11
packages/react/tailwind.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
prefix: 'sc-',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue