Skip to content

Commit

Permalink
Update Documentation to include 3rd Party libs (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Endunry authored Nov 11, 2024
1 parent 7347c40 commit ad040ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/documentation/docs/guidelines/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ You can load a specific theme by importing the corresponding CSS file.
***Import CSS***

```tsx
// Load only the core parts
// Load 3rd Party libraries
import 'bootstrap/dist/css/bootstrap.css';

// Load the core parts
import '@siemens/ix/dist/siemens-ix/siemens-ix-core.css';

// Load theme
Expand Down

0 comments on commit ad040ca

Please sign in to comment.