Skip to content

Commit

Permalink
Fixed: tailwindcss-aspect-ratio not working without brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Jul 17, 2020
1 parent 8e7e7b9 commit 86cc5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module.exports = {
plugins: [
require('@tailwindcss/typography'),
require('tailwindcss-typography')({ componentPrefix: '' }),
require('tailwindcss-aspect-ratio'),
require('tailwindcss-aspect-ratio')(),
require('tailwindcss-animations')
],
purge: []
Expand Down

0 comments on commit 86cc5ab

Please sign in to comment.