css-is-awesome 1.10.0 → 1.10.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.10.1](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.10.0...v1.10.1) (2026-09-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **site:** duplicate heading id on /docs/mixins (and harden the harvesters) ([fee5140](https://github.com/Jerry2d3d/css-is-awesome/commit/fee5140d1049ff28d3b8f79c85641e2abaef8f56))
7
+
1
8
  # [1.10.0](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.9.5...v1.10.0) (2026-09-06)
2
9
 
3
10
 
package/dist/tokens.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated from scripts/theme-contract.json on 2026-09-06.
1
+ // Generated from scripts/theme-contract.json on 2026-09-07.
2
2
  // Do not edit by hand. Run `npm run build:token-types` to regenerate.
3
3
 
4
4
  /** Every CSS custom property cia themes are required to declare. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-is-awesome",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "A token-driven SCSS design system with light/dark theming, semantic color tokens, and a 800+ LOC mixin API.",
5
5
  "homepage": "https://github.com/Jerry2d3d/css-is-awesome#readme",
6
6
  "bugs": {