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
Update all references including package names, GitHub repo URLs,
website domain, GH Pages base path, npm badges, import statements,
and documentation across 179 files.
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Three workflows triggered on push/PR to `master`:
34
34
35
35
1.**CI** (`ci.yml`) — install → lint → build → test with coverage
36
36
2.**Release** (`release.yml`) — uses `changesets/action` to either create a "Version Packages" PR or publish to npm. The docs package is excluded from publishing.
37
-
3.**Deploy Site** (`deploy-site.yml`) — builds docs with `--base /tiny-ui/`, deploys to GitHub Pages with SPA routing support.
37
+
3.**Deploy Site** (`deploy-site.yml`) — builds docs with `--base /tiny-design/`, deploys to GitHub Pages with SPA routing support.
// Import Tiny UI styles (applies your overrides via !default)
73
-
@use"tiny-ui/es/style/index"as*;
73
+
@use"tiny-design/es/style/index"as*;
74
74
```
75
75
76
76
### 3. Import in your entry file
@@ -79,7 +79,7 @@ $font-size-base: 14px;
79
79
import'./theme-variables.scss';
80
80
```
81
81
82
-
The full list of SCSS variables can be found in [_variables.scss](https://github.com/wangdicoder/tiny-ui/blob/master/components/style/_variables.scss).
82
+
The full list of SCSS variables can be found in [_variables.scss](https://github.com/wangdicoder/tiny-design/blob/master/components/style/_variables.scss).
0 commit comments