Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #473 from bohawi/icon-tokens
Browse files Browse the repository at this point in the history
add icon tokens
  • Loading branch information
bohawi authored Aug 31, 2017
2 parents 81f7d02 + 6dcdd48 commit ba55ad3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions tokens/fuelux/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"global": {
"category": "icon-color",
"cssProperties": ["fill"],
"type": "color"
},
"imports": [
"./aliases.json"
],
"props": {
"COLOR_TEXT_ICON_DEFAULT": {
"value": "{!BLUE_ROYALE}",
"comment": "Default icons have a blue color."
},
"COLOR_TEXT_ICON_UTILITY": {
"value": "{!GRAY_80}",
"comment": "Utility icons have a gray color."
},
"COLOR_TEXT_ICON_INVERSE": {
"value": "{!WHITE}",
"comment": "Inverse icon color for dark backgrounds."
}
}
}
3 changes: 2 additions & 1 deletion tokens/marketing-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"imports": [
"./fuelux/background.json",
"./fuelux/border.json",
"./fuelux/icon.json",
"./fuelux/font.json",
"./fuelux/spacing.json",
"./fuelux/text.json"
]
}
}

0 comments on commit ba55ad3

Please sign in to comment.