Skip to content

Commit

Permalink
Merge pull request #22 from the-control-group/bugfix/less
Browse files Browse the repository at this point in the history
Fixed less syntax error
  • Loading branch information
jfurfaro authored Jul 13, 2018
2 parents 3746bb9 + e8f5b56 commit 0b9826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Text/Text.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.ui-text {
// general text styles
font-family: @ui-text-font-family;
color: @ui-text-color:
color: @ui-text-color;

h1&, h2&, h3&, h4&, h5&, h6& {
letter-spacing: @ui-text-letter-spacing;
Expand Down

0 comments on commit 0b9826e

Please sign in to comment.