Canoob
Results
2
comments of
Canoob
```diff src/styles/_webpack.assets-paths.scss: @@ -1,3 +1,3 @@ -$icons-path: "~@db-ui/core/dist/icons/"; -$images-path: "~@db-ui/core/dist/images/"; -$fonts-path: "~@db-ui/core/dist/fonts/"; +$icons-path: "@db-ui/core/dist/icons/"; +$images-path: "@db-ui/core/dist/images/"; +$fonts-path: "@db-ui/core/dist/fonts/";
@mfranzke thanks for the tip! I'll have a look and give you feedback.