Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](v5.4.0...v6.0.0) (2025-03-07) ### Features * generate tokens using base units per device ([#60](#60)) ([608e793](608e793)) ### BREAKING CHANGES * this change overhauls the tokens package and changes the way the tokens are generated, as well as the final output of both the JavaScript constants and the CSS variables. * CSS variables now use this format: ``` nds-tablet-border-radius-medium \_/ \____/ \___________/ \____/ | | | | Prefix Device Token Type ``` * JavaScript constants use this format: ``` tablet_border_radius_large \____/ \___________/ \___/ | | | Device Token Type ```
- Loading branch information