Skip to content

Commit

Permalink
🎨 change tw config (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle authored Dec 3, 2024
1 parent 70a1884 commit 57cf187
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions web/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ module.exports = {
flex: {
fr: '1 1 1',
},
aria: {
current: 'current="page"',
},
typography: (theme) => ({
DEFAULT: {
css: [
Expand Down Expand Up @@ -487,12 +490,6 @@ module.exports = {
},
},
},
variants: {
extend: {
borderColor: ['aria-current'],
backgroundColor: ['aria-current'],
},
},
plugins: [
require('@tailwindcss/typography'),
plugin(function ({ addVariant, matchVariant, addUtilities, theme }) {
Expand Down

0 comments on commit 57cf187

Please sign in to comment.