You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the bundle step decided in ADR-0010 (#5199): tokens_studio_release.yaml concatenates the generated CSS files in packages/eds-tokens/src/tokens/css/ and minifies the result into a committed src/tokens/css/variables.css.
Glob the css/ directory rather than hard-coding the file list, so future export-set changes are followed automatically
Reuse the assert-no-light-dark guard from 2.x on the bundled output as a regression check
The committed file becomes importable on the beta line as @equinor/eds-tokens/next/css/variables.css through the existing ./next/css/* wildcard — no change needed in publish_tokens.yaml
Done when a beta release ships the bundle and it can be imported with one line.
Part of #4740 (tooling track, alongside #5108).
Implement the bundle step decided in ADR-0010 (#5199):
tokens_studio_release.yamlconcatenates the generated CSS files inpackages/eds-tokens/src/tokens/css/and minifies the result into a committedsrc/tokens/css/variables.css.Requirements
prefers-color-schemefallback, per ADR-0013 / PR docs: add ADR for attribute-scoped colour-scheme switching over light-dark() #5200)css/directory rather than hard-coding the file list, so future export-set changes are followed automaticallyassert-no-light-darkguard from 2.x on the bundled output as a regression check@equinor/eds-tokens/next/css/variables.cssthrough the existing./next/css/*wildcard — no change needed inpublish_tokens.yamlDone when a beta release ships the bundle and it can be imported with one line.