Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored and renovate[bot] committed Aug 13, 2024
1 parent 9806f29 commit ab3a670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import plugin from 'tailwindcss/plugin'

// Flip object horizontally or vertically
// Adapted from https://github.com/tailwindlabs/tailwindcss/discussions/2146
const flip = plugin(({ addUtilities }) => {
addUtilities({
const flip = plugin((api) => {
api.addUtilities({
'.flip-horizontal': {
'--tw-scale-x': '-1',
},
Expand Down

0 comments on commit ab3a670

Please sign in to comment.