Skip to content

Commit b0527ba

Browse files
committed
more fixes
1 parent ebcac73 commit b0527ba

File tree

9 files changed

+11
-10
lines changed

9 files changed

+11
-10
lines changed

dist/BUNDLE_SIZES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Generated by `tools/release_bundle_sizes.py`. Use this table in RELEASE_*.md or
44

55
| Target | Subtarget | Size | Bytes | Path |
66
|--------|-----------|------|-------|------|
7-
| CNC | GRBL | 91.1 KB | 93276 | CNC\GRBL\index.html.gz |
8-
| CNC | GRBLHal | 95.7 KB | 98012 | CNC\GRBLHal\index.html.gz |
9-
| Printer3D | Marlin | 97.1 KB | 99383 | Printer3D\Marlin\index.html.gz |
10-
| Printer3D | Marlin-embedded | 96.4 KB | 98755 | Printer3D\Marlin-embedded\index.html.gz |
11-
| Printer3D | Repetier | 95.8 KB | 98142 | Printer3D\Repetier\index.html.gz |
12-
| Printer3D | Smoothieware | 95.5 KB | 97775 | Printer3D\Smoothieware\index.html.gz |
13-
| SandTable | GRBL | 83.3 KB | 85303 | SandTable\GRBL\index.html.gz |
7+
| CNC | GRBL | 91.1 KB | 93291 | CNC\GRBL\index.html.gz |
8+
| CNC | GRBLHal | 95.7 KB | 98029 | CNC\GRBLHal\index.html.gz |
9+
| Printer3D | Marlin | 97.1 KB | 99400 | Printer3D\Marlin\index.html.gz |
10+
| Printer3D | Marlin-embedded | 96.5 KB | 98777 | Printer3D\Marlin-embedded\index.html.gz |
11+
| Printer3D | Repetier | 95.9 KB | 98160 | Printer3D\Repetier\index.html.gz |
12+
| Printer3D | Smoothieware | 95.5 KB | 97794 | Printer3D\Smoothieware\index.html.gz |
13+
| SandTable | GRBL | 83.3 KB | 85319 | SandTable\GRBL\index.html.gz |
1414

15-
**Total size (all packages):** 654.9 KB (670646 bytes).
15+
**Total size (all packages):** 655.0 KB (670770 bytes).

dist/CNC/GRBL/index.html.gz

15 Bytes
Binary file not shown.

dist/CNC/GRBLHal/index.html.gz

17 Bytes
Binary file not shown.
22 Bytes
Binary file not shown.
17 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.

dist/SandTable/GRBL/index.html.gz

16 Bytes
Binary file not shown.

src/style/_spectre.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// Elements
77
@import "node_modules/spectre.css/src/typography";
8+
// Asian (CJK typography): uncomment if you need Asian locale styling (~0.6KB source)
89
@import "node_modules/spectre.css/src/asian";
910
@import "node_modules/spectre.css/src/tables";
1011
@import "node_modules/spectre.css/src/buttons";
@@ -34,9 +35,9 @@
3435
//@import "node_modules/spectre.css/src/pagination";
3536
@import "node_modules/spectre.css/src/panels";
3637
//@import "node_modules/spectre.css/src/popovers";
37-
@import "node_modules/spectre.css/src/steps";
38+
//@import "node_modules/spectre.css/src/steps"; // Stepper UI (.step, .step-item) — unused
3839
@import "node_modules/spectre.css/src/tabs";
39-
@import "node_modules/spectre.css/src/tiles";
40+
//@import "node_modules/spectre.css/src/tiles"; // Tile layout (.tile, .tile-content) — unused
4041
@import "node_modules/spectre.css/src/toasts";
4142
@import "node_modules/spectre.css/src/tooltips";
4243

0 commit comments

Comments
 (0)