Releases: design-meets-development/design-tokens-plugin
Releases · design-meets-development/design-tokens-plugin
1.1.4
1.1.3
Fixed Bug: layer ordering
1.1.2
In this build new features and improvement.
In the token there is now rgba value. Also the export format has change that will break.
Hex value has replace the old color value.
"yellow-100": {
"hex": "#ffd59e",
"rgba": "rgba(255, 213, 158, 49.411764705882355%)",
"type": "color"
}
Utilis tokens has new util called by border. This has value for border pixel value.
"border-all": {
"border": [
1
],
"type": "utils"
}