From 7de36c378b95a15ff8ee2db6056c4f4134194637 Mon Sep 17 00:00:00 2001 From: Lukas Oppermann Date: Thu, 18 Dec 2025 10:48:57 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: