docs(label): add descriptions of sass variables

This commit is contained in:
John Luke
2016-10-29 19:19:04 -03:00
parent 2003ae48d5
commit 5ef35b4090
3 changed files with 11 additions and 0 deletions

View File

@ -3,7 +3,10 @@
// Windows Label
// --------------------------------------------------
/// @prop - Text color of the label
$label-wp-text-color: #999 !default;
/// @prop - Text color of the label when it has focused
$label-wp-text-color-focused: color($colors-wp, primary) !default;