diff --git a/design-system/style-dictionary/build/css/variables.css b/design-system/style-dictionary/build/css/variables.css index 5b2c074..2650eac 100644 --- a/design-system/style-dictionary/build/css/variables.css +++ b/design-system/style-dictionary/build/css/variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Sun, 20 Aug 2023 22:49:46 GMT + * Generated on Sun, 20 Aug 2023 23:14:57 GMT */ :root { diff --git a/design-system/style-dictionary/StyleDictionary.podspec b/design-system/style-dictionary/originals/StyleDictionary.podspec similarity index 100% rename from design-system/style-dictionary/StyleDictionary.podspec rename to design-system/style-dictionary/originals/StyleDictionary.podspec diff --git a/design-system/style-dictionary/style-dictionary.md b/design-system/style-dictionary/style-dictionary.md deleted file mode 100644 index 6225114..0000000 --- a/design-system/style-dictionary/style-dictionary.md +++ /dev/null @@ -1,17 +0,0 @@ -# Style Dictionary Complete Example - -This starter project has everything you need to get started. - -## How it works - -All of the design tokens and assets are in this package. Make any changes to suit your needs. This package has iOS, Android, and web code. - -To get started, run -``` -$ npm install -$ npm run build -``` - -The npm build task is what performs the style dictionary build steps to generate the files for each platform. Every time you change something in the style dictionary, like changing colors or adding design tokens, you will have to run this command again to generate the files. - -## iOS