v1.0.0-beta.2
Pre-release
Pre-release
github-actions
released this
26 Aug 07:14
·
148 commits
to main
since this release
Minor Changes
-
ae98335: Adds a new Stylelint plugin, which validates and fixes token values in css files.
npx stylelint elements/**/*.css --fix
Also adds a new
tokens
map from the main export. The previous main have moved to './values.js';import { tokens } from "@rhds/tokens"; tokens.get("--rh-color-brand-red-on-light"); // '#ee0000';