-
Notifications
You must be signed in to change notification settings - Fork 18
GDB-14684 install and configure bootstrap #2986
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,21 @@ | ||
| /* You can add global styles to this file, and also import other style files */ | ||
| @use "styles/primeng-overrides"; | ||
|
|
||
| app-root { | ||
| @import "../node_modules/bootstrap/scss/functions"; | ||
| // Required Bootstrap imports | ||
| @import "../node_modules/bootstrap/scss/variables"; | ||
| @import "../node_modules/bootstrap/scss/variables-dark"; | ||
| @import "../node_modules/bootstrap/scss/maps"; | ||
| @import "../node_modules/bootstrap/scss/mixins"; | ||
| // Probably not needed and leaking properties to :root | ||
| //@import "../node_modules/bootstrap/scss/root"; | ||
|
Check warning on line 12 in packages/workbench/src/styles.scss
|
||
| // Optional components | ||
| @import "../node_modules/bootstrap/scss/utilities"; | ||
| // Probably not needed as well | ||
| //@import "../node_modules/bootstrap/scss/reboot"; | ||
|
Check warning on line 16 in packages/workbench/src/styles.scss
|
||
|
svilenvelikov marked this conversation as resolved.
|
||
| @import "../node_modules/bootstrap/scss/containers"; | ||
| @import "../node_modules/bootstrap/scss/grid"; | ||
| @import "../node_modules/bootstrap/scss/helpers"; | ||
| @import "../node_modules/bootstrap/scss/utilities/api"; | ||
|
svilenvelikov marked this conversation as resolved.
|
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.