diff --git a/README.md b/README.md index a89e0a2..832d0f1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ `style-dictionary-utils` is a collection of `filters`, `transformers` and `formats` for [Style Dictionary](https://styledictionary.com/) that make working with [w3c design tokens](https://github.com/design-tokens/community-group) a lot easier. +## W3C Token support +**Now fully supports w3c tokens.** Support for other formats has been removed. + ## Installation Install the `style-dictionary-utils` as well as `style-dictionary`. @@ -13,10 +16,6 @@ Install the `style-dictionary-utils` as well as `style-dictionary`. npm i -D style-dictionary-utils style-dictionary ``` -## How to use style dictionary version 3? - -If you are not ready to upgrade to style dictinary version 3 you can continue using `style-dictionary-utils` by locking to `v2` currently [`v2.4.1`](https://github.com/lukasoppermann/style-dictionary-utils/tree/v2.4.1) version. - ## Getting started The easiest way to use `style-dictionary-utils` is to import the prepared `StyleDictionary` object into your build file: