Parsers
W3C Parser
The W3C parser is able to read the W3C token format and is recommended for Style Dictionary v3.
It is part of registerTheemo()
or use it manually:
js
import StyleDictionary from 'style-dictionary';
import { w3cTokenJsonParser } from '@theemo/style-dictionary';
StyleDictionary.registerParser(w3cTokenJsonParser);
INFO