Skip to content

Commit

Permalink
feat: add blur-none by default (Closes #230)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jun 20, 2021
1 parent 2bc9840 commit 7d317b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/lib/defaultTailwindConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const defaultTailwindConfig = {
},
blur: {
0: '0',
none: '0',
sm: '4px',
DEFAULT: '8px',
md: '12px',
Expand Down

0 comments on commit 7d317b7

Please sign in to comment.