Dale Sande
Dale Sande
Currently working in a project where we are implementing a darkmode series of tokens and using a system of `"./src/color/brand.json", "./src/color-darkmode/*.json"` whereas I want to only have a token duplicated...
@dbanksdesign thanks! That's exactly what I was looking for!
Agreed. It would be nice to have a GUI feature where you could specify the folder to be watched and then the folder where the CSS would be rendered.
Validated that the following tokens have been added to the repo: ```css --ds-color-brand-loungeplus: #53b390; --ds-color-tier-alaska-lounge: #01426a; --ds-color-tier-alaska-loungeplus: #53b390; //(alias for --ds-color-brand-loungeplus) ```
:tada: This PR is included in version 4.8.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@aurodesignsystem/design-tokens/v/4.8.0) - [GitHub release](https://github.com/AlaskaAirlines/AuroDesignTokens/releases/tag/v4.8.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
This work is BLOCKED until we have resolved the initial Excursion theme updates. https://github.com/AlaskaAirlines/AuroDesignTokens/pull/156
I don't think having a token for `--ds-size-none` or `--ds-size-0` is necessary since this value will likely never change. Updating `--ds-size-none` to something like `1rem` when changing a theme just...