Skip to content

Commit

Permalink
Merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paazmaya committed Aug 17, 2016
1 parent 453046e commit 5767b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/formatColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ function shortenColors (value, stylelint) {
}

return value;
}

function formatColors (value, stylelint) {
var colorCase = getProperty(stylelint, 'color-hex-case')
var formatCase = toLowerCase
Expand Down

0 comments on commit 5767b97

Please sign in to comment.