@pearpages/pulp-tokens 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/tokens.css +3 -0
  2. package/package.json +1 -1
package/dist/tokens.css CHANGED
@@ -1,5 +1,8 @@
1
1
  /* Generated by @pearpages/pulp-tokens from tokens/**.json. Do not edit: run `pnpm build:tokens`. */
2
2
 
3
+ /* The layer order, restated in every stylesheet pulp ships: layers rank by first appearance. */
4
+ @layer reset, tokens, vendor, base, components, utilities;
5
+
3
6
  @layer tokens {
4
7
  /* Scheme axis. Colours are light-dark() pairs; color-scheme picks the side. */
5
8
  :root { color-scheme: light dark; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pearpages/pulp-tokens",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "pulp design tokens. W3C Design Tokens (DTCG) JSON in, CSS custom properties and a resolved JSON manifest out. Two brands, light and dark via light-dark().",
5
5
  "license": "MIT",
6
6
  "author": "Pere Pages <hello@pearpages.com> (https://pearpages.com)",