mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Focus trap and Modal Functionality (#145)
* Focus trap and Modal Functionality * Changes * Changes * Update components/ui/Modal/Modal.tsx Co-authored-by: Luis Alvarez D. <luis@vercel.com> * changes Co-authored-by: Luis Alvarez D. <luis@vercel.com>
This commit is contained in:
@@ -8,6 +8,11 @@ module.exports = {
|
||||
'./pages/**/*.{js,ts,jsx,tsx}',
|
||||
'./components/**/*.{js,ts,jsx,tsx}',
|
||||
],
|
||||
options: {
|
||||
safelist: {
|
||||
standard: ['outline-none'],
|
||||
},
|
||||
},
|
||||
},
|
||||
theme: {
|
||||
extend: {
|
||||
|
Reference in New Issue
Block a user