chore(tailwind): add CSS logical property plugin

This commit is contained in:
Stefan Imhoff
2023-02-21 16:35:43 +01:00
parent 965be1664e
commit e621bb9688
3 changed files with 122 additions and 33 deletions

View File

@@ -99,5 +99,5 @@ module.exports = {
},
},
},
plugins: [],
plugins: [require('tailwindcss-logical')],
};