diff --git a/tailwind.config.js b/tailwind.config.js index a2dde76..b24939a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -41,7 +41,9 @@ module.exports = { } }, variants: { - extend: {}, + extend: { + inset: ['checked'] + }, }, plugins: [], }