Focus trap and Modal Functionality

This commit is contained in:
Belen Curcio
2021-01-06 12:54:53 -03:00
parent 7401f4e417
commit 26ac4fd863
8 changed files with 8063 additions and 20 deletions

View File

@@ -8,6 +8,11 @@ module.exports = {
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
options: {
safelist: {
standard: ['outline-none'],
},
},
},
theme: {
extend: {