{"id":240,"date":"2020-02-03T11:29:24","date_gmt":"2020-02-03T10:29:24","guid":{"rendered":"https:\/\/sketch2react.wordpress.com\/2020\/02\/03\/from-design-tool-to-design-tokens-using-stratos-app\/"},"modified":"2021-05-17T11:07:18","modified_gmt":"2021-05-17T09:07:18","slug":"from-design-tool-to-design-tokens-using-stratos-app","status":"publish","type":"post","link":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/","title":{"rendered":"From Design tool to Design Tokens using Stratos App"},"content":{"rendered":"<p><strong>TLDR; <\/strong><em>Stratos <\/em>Tokens <em>App<\/em> reads the raw design file (no plugins) and generates a design token file (JSON-format). This file can then be either stored directly in your codebase or uploaded to repositories like <em>NPMjs<\/em> to be consumed by any codebase on any platform. And it\u2019s 1:1 with your design file!<\/p>\n<blockquote><p>So, do I need to sell my soul or sacrifice a unicorn in order to achieve this?<\/p><\/blockquote>\n<p>No! Rest assured. <em>Team Sketch2React<\/em> is not in the soul-trading business and we would never harm anyone, least of all a unicorn. What does a unicorn eat anyway? Magic?<\/p>\n<h4>Back to design&nbsp;tokens\u2026<\/h4>\n<p>You visually represent your Design Tokens in a design tool. (<em>Sketch App, Figma <\/em>and<em> InVision Studio are <\/em>supported).<\/p>\n<figure class=\"wp-caption\"><img decoding=\"async\" data-width=\"2540\" data-height=\"1014\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png\"><figcaption class=\"wp-caption-text\">Example structure in your Sketch App&nbsp;document<\/figcaption><\/figure>\n<p><em>Stratos Tokens App<\/em> reads your design file (without plugins, yupp, just like that) and generates a file with a JSON structure containing your design data. Then you either save the design data file (Design Tokens) or upload it to a repository like <em>NPMjs<\/em>.<\/p>\n<figure class=\"wp-caption\"><img decoding=\"async\" data-width=\"2354\" data-height=\"1484\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/08a7b-1terp4ife36h0fwyvxugf7a.png\"><figcaption class=\"wp-caption-text\">Generated JSON-structure in Stratos Tokens&nbsp;App<\/figcaption><\/figure>\n<blockquote><p>The structure of the output JSON is a direct reflection of the structure in your design document.<\/p><\/blockquote>\n<p>Please note that above is just an <strong>example<\/strong> of how to structure your Design Tokens. It\u2019s up to you to create your own structure.<\/p>\n<h4>What! Rules? Oh&nbsp;man\u2026.<\/h4>\n<p>There are <strong>nine<\/strong> <strong>design rules<\/strong> that you <strong>need to follow<\/strong> in order to create this kind of magic(\/unicorn food?). You find listed here:<\/p>\n<p><a href=\"https:\/\/link.medium.com\/2C8ggbeFU5\">https:\/\/link.medium.com\/2C8ggbeFU5<\/a><\/p>\n<h3>What do I do&nbsp;next?<\/h3>\n<p>You open <em>Stratos Tokens<\/em> <em>App<\/em> and <strong>create a new project<\/strong>. To this project you link your design token design file. In this example I will name my project <em>stratos-designtokens-demo<\/em>.<\/p>\n<figure><img decoding=\"async\" data-width=\"2590\" data-height=\"1134\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/f05c1-1ifwuca4r95khjmhkmadwlq.png\"><\/figure>\n<p>You click on the<em> file explorer<\/em> and select the artboard named <em>Template<\/em>.<\/p>\n<figure><img decoding=\"async\" data-width=\"1738\" data-height=\"1104\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/638ba-14tkj9mtpzplf1ladwikghg.png\"><\/figure>\n<p>This design data structure is now available from <strong>three places<\/strong>:<\/p>\n<ul>\n<li>Direct copy\/paste<\/li>\n<li>As a stand-alone file in the project\u2019s <em>data<\/em> folder.<\/li>\n<li>Downloadable as <em>NPM-project<\/em><\/li>\n<\/ul>\n<h4>NPM project? Oooh, tell me&nbsp;more\u2026<\/h4>\n<p>Ok, sure. There are a few steps, but stay with me, it\u2019s worth it. In the example below my new design tokens NPM package is named <em>stratos-designtokens-demo<\/em>. You can name yours whatever you like.<\/p>\n<p>If you don\u2019t have the time\/patience to read through all the steps; here\u2019s the final example package install command:<\/p>\n<p><em>npm install\u200a\u2014\u200asave stratos-designtokens-demo<\/em><\/p>\n<p>Otherwise read on!<\/p>\n<figure class=\"wp-caption\"><img decoding=\"async\" data-width=\"1202\" data-height=\"598\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/e8813-178zpbmomzb6sij8auwb_ca.png\"><figcaption class=\"wp-caption-text\">It\u2019s a big button, you can\u2019t miss&nbsp;it.<\/figcaption><\/figure>\n<ul>\n<li>On the <em>Download<\/em> tab in <em>Stratos Tokens App<\/em>, expand the <em>Design tokens NPM project<\/em> and hit the<em> Download NPM <\/em>button<\/li>\n<li>Store the project anywhere you like<\/li>\n<\/ul>\n<figure class=\"wp-caption\"><img decoding=\"async\" data-width=\"1272\" data-height=\"548\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/9c545-1qehtjbacmtze_rxvh8hmmg.png\"><figcaption class=\"wp-caption-text\">Your downloaded NPM project\u2019s package.json<\/figcaption><\/figure>\n<ul>\n<li>Open the file <em>package.json<\/em> in your <strong>downloaded NPM project\u2019s folder <\/strong>using your favorite code editor<\/li>\n<li>Enter a name on line 2 (this will be the name of the NPM package)<\/li>\n<\/ul>\n<figure><img decoding=\"async\" data-width=\"1098\" data-height=\"484\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/10506-1x30-64xmlugmx23odwc_ja.png\"><\/figure>\n<ul>\n<li>Open <em>Terminal App<\/em><\/li>\n<li>Go to your <strong>downloaded NPM project\u2019s folder<\/strong> (I\u2019ve named mine <em>npmDTDemo<\/em>)<\/li>\n<li>If this is your <em>first time uploading a package <\/em>to <em>NPMjs<\/em> you need to <em>login<\/em><\/li>\n<li>Enter <em>npm login<\/em> and enter your credentials (you need an account at <a href=\"https:\/\/www.npmjs.com\" target=\"_blank\" rel=\"noopener noreferrer\">www.npmjs.com<\/a>)<\/li>\n<li>Enter <em>npm install<\/em> (a bunch of texts will flash by, no worries, this is ok)<\/li>\n<li>Enter <em>npm run build<\/em> (more text will flash by, this is also ok)<\/li>\n<li>Enter <em>npm publish<\/em> (even more ok text)<\/li>\n<\/ul>\n<figure class=\"wp-caption\"><img decoding=\"async\" data-width=\"1224\" data-height=\"176\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/9d7c4-1r9b9xz5y8_bflbdwwgwjma.png\"><figcaption class=\"wp-caption-text\">Your design data file containing your <em>Design Tokens<\/em> is now available to download from&nbsp;NPMjs<\/figcaption><\/figure>\n<p>Your design tokens are now available for any codebase on any platform! And <strong>it\u2019s 1:1 with your Design tool\u2019s design document!<\/strong><\/p>\n<blockquote><p><strong>Feel free to download and test the design tokens example&nbsp;here:<\/strong><\/p><\/blockquote>\n<blockquote><p><em>npm install &#8211;save stratos-designtokens-demo<\/em><\/p><\/blockquote>\n<h4>Example usage<\/h4>\n<p>React<\/p>\n<figure class=\"wp-caption\"><img decoding=\"async\" data-width=\"2032\" data-height=\"880\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/605b1-1lhpat6rkwo6xtly2zg0rua.png\"><figcaption class=\"wp-caption-text\">Using my favorite code&nbsp;editor!<\/figcaption><\/figure>\n<p>You can of course use this for other frameworks and platforms as well (i.e. React native, Vue.js, Angular, Android, Swift\u2026<\/p>\n<p>I\u2019ve written a follow-up article about <a href=\"https:\/\/medium.com\/@Freedruk\/how-to-combine-design-tokens-with-material-ui-30a982c17c22\" target=\"_blank\" rel=\"noopener noreferrer\">How to combine design tokens with Material-UI<\/a>.<\/p>\n<p>Thanks for reading!<\/p>\n<p>Fredrik \u2013 Team Sketch2React<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TLDR; Stratos Tokens App reads the raw design file (no plugins) and generates a design token file (JSON-format). This file can then be either stored directly in your codebase or uploaded to repositories like NPMjs to be consumed by any codebase on any platform. And it\u2019s 1:1 with your design file! So, do I need&hellip;&nbsp;<a href=\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">From Design tool to Design Tokens using Stratos App<\/span><\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"bgseo_title":"","bgseo_description":"","bgseo_robots_index":"","bgseo_robots_follow":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[166],"tags":[118,157,59,116,136,191],"class_list":["post-240","post","type-post","status-publish","format-standard","hentry","category-tutorials","tag-design-to-code","tag-npm","tag-react","tag-stratosapp","tag-token-design","tag-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>From Design tool to Design Tokens using Stratos App | Sketch2React Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"From Design tool to Design Tokens using Stratos App - Sketch2React Blog\" \/>\n<meta property=\"og:description\" content=\"TLDR; Stratos Tokens App reads the raw design file (no plugins) and generates a design token file (JSON-format). This file can then be either stored directly in your codebase or uploaded to repositories like NPMjs to be consumed by any codebase on any platform. And it\u2019s 1:1 with your design file! So, do I need&hellip;&nbsp;Read More &raquo;From Design tool to Design Tokens using Stratos App\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\" \/>\n<meta property=\"og:site_name\" content=\"Sketch2React Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-03T10:29:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-17T09:07:18+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png\" \/>\n<meta name=\"author\" content=\"Fredrik Ward\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fredrik Ward\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\"},\"author\":{\"name\":\"Fredrik Ward\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/d452067d5528ce6cda4be87f136cf664\"},\"headline\":\"From Design tool to Design Tokens using Stratos App\",\"datePublished\":\"2020-02-03T10:29:24+00:00\",\"dateModified\":\"2021-05-17T09:07:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\"},\"wordCount\":673,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png\",\"keywords\":[\"Design To Code\",\"NPM\",\"React\",\"Stratosapp\",\"Token Design\",\"Tutorials\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\",\"url\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\",\"name\":\"From Design tool to Design Tokens using Stratos App - Sketch2React Blog\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png\",\"datePublished\":\"2020-02-03T10:29:24+00:00\",\"dateModified\":\"2021-05-17T09:07:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage\",\"url\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png\",\"contentUrl\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sketch2react.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From Design tool to Design Tokens using Stratos App\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#website\",\"url\":\"https:\/\/sketch2react.io\/blog\/\",\"name\":\"Sketch2React Blog\",\"description\":\"Articles, tutorials, tips &amp; tricks\",\"publisher\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sketch2react.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\",\"name\":\"Sketch2React Blog\",\"url\":\"https:\/\/sketch2react.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png\",\"contentUrl\":\"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png\",\"width\":512,\"height\":512,\"caption\":\"Sketch2React Blog\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/d452067d5528ce6cda4be87f136cf664\",\"name\":\"Fredrik Ward\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g\",\"caption\":\"Fredrik Ward\"},\"url\":\"https:\/\/sketch2react.io\/blog\/author\/sewk9wxw3g\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"From Design tool to Design Tokens using Stratos App | Sketch2React Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/","og_locale":"en_US","og_type":"article","og_title":"From Design tool to Design Tokens using Stratos App - Sketch2React Blog","og_description":"TLDR; Stratos Tokens App reads the raw design file (no plugins) and generates a design token file (JSON-format). This file can then be either stored directly in your codebase or uploaded to repositories like NPMjs to be consumed by any codebase on any platform. And it\u2019s 1:1 with your design file! So, do I need&hellip;&nbsp;Read More &raquo;From Design tool to Design Tokens using Stratos App","og_url":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/","og_site_name":"Sketch2React Blog","article_published_time":"2020-02-03T10:29:24+00:00","article_modified_time":"2021-05-17T09:07:18+00:00","og_image":[{"url":"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png","type":"","width":"","height":""}],"author":"Fredrik Ward","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Fredrik Ward","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#article","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/"},"author":{"name":"Fredrik Ward","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/d452067d5528ce6cda4be87f136cf664"},"headline":"From Design tool to Design Tokens using Stratos App","datePublished":"2020-02-03T10:29:24+00:00","dateModified":"2021-05-17T09:07:18+00:00","mainEntityOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/"},"wordCount":673,"commentCount":0,"publisher":{"@id":"https:\/\/sketch2react.io\/blog\/#organization"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage"},"thumbnailUrl":"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png","keywords":["Design To Code","NPM","React","Stratosapp","Token Design","Tutorials"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/","url":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/","name":"From Design tool to Design Tokens using Stratos App - Sketch2React Blog","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage"},"thumbnailUrl":"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png","datePublished":"2020-02-03T10:29:24+00:00","dateModified":"2021-05-17T09:07:18+00:00","breadcrumb":{"@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#primaryimage","url":"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png","contentUrl":"http:\/\/sketch2react.files.wordpress.com\/2020\/02\/0aca8-1j7olob_cb_5djo49rsbo1q.png"},{"@type":"BreadcrumbList","@id":"https:\/\/sketch2react.io\/blog\/from-design-tool-to-design-tokens-using-stratos-app\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sketch2react.io\/blog\/"},{"@type":"ListItem","position":2,"name":"From Design tool to Design Tokens using Stratos App"}]},{"@type":"WebSite","@id":"https:\/\/sketch2react.io\/blog\/#website","url":"https:\/\/sketch2react.io\/blog\/","name":"Sketch2React Blog","description":"Articles, tutorials, tips &amp; tricks","publisher":{"@id":"https:\/\/sketch2react.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sketch2react.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sketch2react.io\/blog\/#organization","name":"Sketch2React Blog","url":"https:\/\/sketch2react.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png","contentUrl":"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png","width":512,"height":512,"caption":"Sketch2React Blog"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/d452067d5528ce6cda4be87f136cf664","name":"Fredrik Ward","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g","caption":"Fredrik Ward"},"url":"https:\/\/sketch2react.io\/blog\/author\/sewk9wxw3g\/"}]}},"_links":{"self":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/comments?post=240"}],"version-history":[{"count":1,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/240\/revisions"}],"predecessor-version":[{"id":310,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/240\/revisions\/310"}],"wp:attachment":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/media?parent=240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/categories?post=240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/tags?post=240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}