feat: upgrade to tailwind 3 (#44779)

Co-authored-by: ahmad abdolsaheb <home@mac-16.local>
This commit is contained in:
Ahmad Abdolsaheb
2022-01-18 17:41:54 +03:00
committed by GitHub
parent 41cde630b6
commit 9672c92a19
3 changed files with 41467 additions and 7 deletions

41465
tools/ui-components/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@
"rollup": "2.64.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "2.2.19"
"tailwindcss": "3.0.13"
},
"scripts": {
"storybook": "start-storybook -p 6006",

View File

@ -1,5 +1,5 @@
module.exports = {
purge: [
content: [
'./src/**/*.html',
'./src/**/*.js',
'./src/**/*.ts',
@ -54,10 +54,5 @@ module.exports = {
}
}
},
variants: {
extend: {
opacity: ['hover', 'focus']
}
},
plugins: []
};