Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OUDS] Docs: add new files names in Boosted migration page #2637

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions site/content/docs/0.0/migration-from-boosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ toc: true

This guide provides information on how to migrate from Boosted (latest release) to OUDS Web.

Let's start with the most obvious change you'll notice: the name. **Boosted is now OUDS Web.**

- The NPM package is now `@ouds/web`.
- The CSS and JS files have been renamed:
louismaximepiton marked this conversation as resolved.
Show resolved Hide resolved
- `boosted-grid.css` → `ouds-web-grid.css`
- `boosted-grid.min.css` → `ouds-web-grid.min.css`
- `boosted-reboot.css` → `ouds-web-reboot.css`
- `boosted-reboot.min.css` → `ouds-web-reboot.min.css`
- `boosted-utilities.css` → `ouds-web-utilities.css`
- `boosted-utilities.min.css` → `ouds-web-utilities.min.css`
- `boosted.css` → `ouds-web.css`
- `boosted.min.css` → `ouds-web.min.css`
- `boosted.bundle.js` → `ouds-web.bundle.js`
- `boosted.bundle.min.js` → `ouds-web.bundle.min.js`
- `boosted.esm.js` → `ouds-web.esm.js`
- `boosted.esm.min.js` → `ouds-web.esm.min.js`
- `boosted.js` → `ouds-web.js`
- `boosted.min.js` → `ouds-web.min.js`

## Fonts

OUDS Web doesn't use the Helvetica Neue font. Instead, it uses the system font stack. This means that the font will be different depending on the operating system and browser being used.
Expand Down
Loading