Skip to content

Commit

Permalink
chore: added margin tailwind whiteListPatterm
Browse files Browse the repository at this point in the history
  • Loading branch information
jrishabh55 committed Aug 2, 2020
1 parent a0edb2a commit d4e8b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const config = {
enabled: process.env.NODE_ENV === 'production',
content: ['./src/**/*.tsx', './src/tailwind/**/*.ts'],
options: {
whitelistPatterns: [/^rounded/, /^gap/],
whitelistPatterns: [/^rounded/, /^gap/, /^m[a-z]{0,1}-[0-9]{1,2}/],
},
},
target: 'relaxed',
Expand Down

0 comments on commit d4e8b6c

Please sign in to comment.