Skip to content

Commit

Permalink
Merge pull request #54 from imranhsayed/fix/tailwind-settings
Browse files Browse the repository at this point in the history
Fix tailwind settings
  • Loading branch information
imranhsayed authored Nov 29, 2020
2 parents 90332bd + 7e59f98 commit e92dd4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ module.exports = {
purgeLayersByDefault: true,
},
purge: [
'./components/**/*.js',
'./src/components/**/*.js',
'./pages/**/*.js'],
theme: {},
theme: {
extend: {},
},
variants: {},
plugins: [
require( 'tailwindcss' ),
Expand Down

1 comment on commit e92dd4f

@vercel
Copy link

@vercel vercel bot commented on e92dd4f Nov 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.