Skip to content

Commit

Permalink
Add transparent as a default border color option
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 15, 2017
1 parent 18f4e65 commit fe3afe7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions dist/tailwind.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tailwind.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ module.exports = {
}
},
colors: {
'transparent': 'transparent',
'light-overlay': 'hsla(0,0%,0%,.2)',
'light-overlay-soft': 'hsla(0,0%,0%,.1)',
'light-overlay-softer': 'hsla(0,0%,0%,.05)',
Expand Down

0 comments on commit fe3afe7

Please sign in to comment.