diff --git a/web/tailwind.config.cjs b/web/tailwind.config.cjs index 2f7f09c3b..2155b90cc 100644 --- a/web/tailwind.config.cjs +++ b/web/tailwind.config.cjs @@ -361,6 +361,9 @@ module.exports = { flex: { fr: '1 1 1', }, + aria: { + current: 'current="page"', + }, typography: (theme) => ({ DEFAULT: { css: [ @@ -487,12 +490,6 @@ module.exports = { }, }, }, - variants: { - extend: { - borderColor: ['aria-current'], - backgroundColor: ['aria-current'], - }, - }, plugins: [ require('@tailwindcss/typography'), plugin(function ({ addVariant, matchVariant, addUtilities, theme }) {