Skip to content
Closed
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
2 changes: 1 addition & 1 deletion site/src/content/docs/bi-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In this scenario, you will have access to all the components available in OUDS W
2. Replace your Boosted import file by copy pasting this code in the main style file of your project:
<details class="mb-medium">
<summary>See the main style file example</summary>
<Code lang="scss" code={`// 1. Import all OUDS Web
<Code lang="scss" code={`// 1. Import all OUDS Web or make your own build in a different file to avoid variables conflicts).
@import "@ouds/web-orange/dist/css/ouds-web";

// 2. Import a custom stack of Boosted and remove already existing elements.
Expand Down