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

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: []
};