style-dictionary-utils
style-dictionary-utils copied to clipboard
Utilities to use in your style dictionary config
I've seen [this issue](https://github.com/amzn/style-dictionary/issues/257) with `nested/json` which claims to have been resolved, but I still seem to have the same issue. Essentially using: ```ts ts: { transforms: ["name/cti/camel"], buildPath: "build/",...
An intriguing approach in web development involves harnessing CSS variables within JavaScript files by transforming values to utilize CSS variables in JSON and JavaScript files. This technique is particularly handy...
Merry christmas ;)! Style-Dictionary is now fully type-safe, however it came with some breaking changes for typescript users. I also made sure your Jest is working with moduleResolution "nodenext" which...
Using SD **4.0.0** ([see SD releases](https://github.com/amzn/style-dictionary/releases/tag/v4.0.0))
HI Lukas. I have a question on how we might go about doing something and think it could be of value to your repo. So (sadly) we are supporting a...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Hello, I tried getting the 3.1.0 update a try and I'm getting this error ``` npm error Could not resolve dependency: npm error peer style-dictionary@"^3.7.1" from [email protected] ```
I am working on upgrading to style dictionary v4, and therefore upgraded the this utils packages to the latest version as well. I still had module resolution set to `node`...
When transforming shadows without a color using `css/shadow`, the `color` is set to `undefined`. ```json "custom-shadow-stroke": { "$type": "shadow", "$value": { "offsetX": 0, "offsetY": 0, "spread": "2px", "inset": true }...