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
Copy file name to clipboardExpand all lines: docs/getStarted.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,8 @@ For Rollup based bundlers like Vite or Parcel we're providing the following SCSS
145
145
146
146
#### Webpack based bundlers (e.g. older Angular or Vue CLI versions)
147
147
148
+
This is meant for ecosystems in which Webpack <5 or old `sass-loader` are interated. With Webpack >= version 5 or newer `sass-loader`, please import file `_rollup.assets-paths.scss` instead.
149
+
148
150
[source,scss]
149
151
----
150
152
@use "@db-ui/core/sources/css/webpack.assets-paths" as webpackAssetsPaths;
0 commit comments