Skip to content

Commit

Permalink
Switch to only literal colors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 17, 2017
1 parent c9baf0b commit f0ebdab
Show file tree
Hide file tree
Showing 19 changed files with 2,110 additions and 869 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To use existing utility classes as mixins in your custom component classes, use
@apply .bg-blue;
@apply .px-4;
@apply .py-2;
@apply .text-light;
@apply .text-white;
}
.btn-primary:hover {
@apply .bg-blue-dark;
Expand Down
Loading

0 comments on commit f0ebdab

Please sign in to comment.