Skip to content

Commit

Permalink
Remove commented out directives in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dsstevens committed Mar 1, 2024
1 parent b03cce0 commit e41bb53
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ module.exports = {
],
theme: {
extend: {
// transformStyle: {
// preserve3d: 'preserve-3d',
// },
// rotate: {
// '180': '180deg',
// },
// perspective: {
// '1000': '1000px',
// },
keyframes: {
flip: {
'0%, 100%': { transform: 'rotateY(0)' },
Expand Down

0 comments on commit e41bb53

Please sign in to comment.