Skip to content

Releases: design-meets-development/design-tokens-plugin

1.1.4

16 Feb 13:59
Compare
Choose a tag to compare

Bug fix for fontWeight.

1.1.3

18 Mar 07:23
123d786
Compare
Choose a tag to compare

1.1.2

27 Jan 07:16
Compare
Choose a tag to compare

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"
}

0.0.2

13 Nov 09:30
Compare
Choose a tag to compare

New build for the plugin. There was major issue that when another Sketch file is open
the Sketch plugin will not perform. Also plugin gives error is your page name is not "design-tokens"

0.0.1

12 Nov 06:29
Compare
Choose a tag to compare
added readme and images