fix: build tailwind with rollup in TS (#44713)
* fix: build tailwind with rollup in TS * Update tools/ui-components/package.json Co-authored-by: ahmad abdolsaheb <home@mac-16.local>
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
module.exports = {
|
||||
purge: ['./src/**/*.html', './src/**/*.js'],
|
||||
purge: [
|
||||
'./src/**/*.html',
|
||||
'./src/**/*.js',
|
||||
'./src/**/*.ts',
|
||||
'./src/**/*.tsx'
|
||||
],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
colors: {
|
||||
|
Reference in New Issue
Block a user