css-is-awesome 1.3.0 → 1.3.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/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [1.3.1](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.3.0...v1.3.1) (2026-09-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **mobile:** actually hide the docs left nav and TOC on phones ([ef2e37e](https://github.com/Jerry2d3d/css-is-awesome/commit/ef2e37e4e8e264caa5389b80884c8207f0bd4873))
7
+ * **mobile:** header on CSS Grid - nothing can run off the edge ([82a1975](https://github.com/Jerry2d3d/css-is-awesome/commit/82a19759907281887746c8d78ffc1bd0fcf29a57))
8
+ * **mobile:** readable theme dropdown options; menu panel padding + rules ([7ed56a9](https://github.com/Jerry2d3d/css-is-awesome/commit/7ed56a942b68f174d6feea7b23b4f11e635b14b1))
9
+ * **mobile:** theme dropdown collapses to a palette icon below lg ([b267dc8](https://github.com/Jerry2d3d/css-is-awesome/commit/b267dc8cfe002b3cfe56daa74ad524978d6814ed))
10
+
1
11
  # [1.3.0](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.2.0...v1.3.0) (2026-09-04)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-is-awesome",
3
- "version": "1.3.0",
3
+ "version": "1.3.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": {