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:
Ahmad Abdolsaheb
2022-01-13 16:59:03 +03:00
committed by GitHub
parent d53a457fc2
commit 8c5ac39dd2
4 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,10 @@
module.exports = {
purge: ['./src/**/*.html', './src/**/*.js'],
purge: [
'./src/**/*.html',
'./src/**/*.js',
'./src/**/*.ts',
'./src/**/*.tsx'
],
darkMode: 'class',
theme: {
colors: {