Skip to content

Commit 70cabb0

Browse files
committed
Add border-none style helper
Tried typing this earlier instinctively so it should probably exist.
1 parent fc0e039 commit 70cabb0

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

dist/tailwind.css

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tailwind.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generators/borderStyles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ export default function() {
88
'border-dotted': {
99
'border-style': 'dotted',
1010
},
11+
'border-none': {
12+
'border-style': 'none',
13+
},
1114
})
1215
}

0 commit comments

Comments
 (0)