Skip to content

Commit fe3afe7

Browse files
committed
Add transparent as a default border color option
1 parent 18f4e65 commit fe3afe7

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

dist/tailwind.css

Lines changed: 25 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/defaultConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ module.exports = {
205205
}
206206
},
207207
colors: {
208+
'transparent': 'transparent',
208209
'light-overlay': 'hsla(0,0%,0%,.2)',
209210
'light-overlay-soft': 'hsla(0,0%,0%,.1)',
210211
'light-overlay-softer': 'hsla(0,0%,0%,.05)',

0 commit comments

Comments
 (0)