Skip to content

Commit

Permalink
chore(docs): made this clearer (#525)
Browse files Browse the repository at this point in the history
* chore(docs): typo

* chore(docs): made this a little clearer
  • Loading branch information
mfranzke authored Aug 1, 2023
1 parent 8929a5a commit 0f2cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrationGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please note that we've switched from the deprecated link:https://www.npmjs.com/p

You need to set the load path / include path depending on your SCSS compiler as described within our link:getStarted.adoc#scss-node_modules-include-path--load-path[getting started]

Additionally we've deprecated the `@db-ui/core/sources/css/enterprise/db-ui-core-include` SCSS endpoint – please either `@import` the file `@db-ui/core/sources/css/rollup.assets-paths` or `@db-ui/core/sources/css/webpack.assets-paths` depending on your bundler, previous to `@import`ing `@db-ui/core/sources/css/enterprise/db-ui-core` directly from now on.
Additionally we've deprecated the `@db-ui/core/sources/css/enterprise/db-ui-core-include` SCSS endpoint – please either `@import` the file `@db-ui/core/sources/css/rollup.assets-paths` or `@db-ui/core/sources/css/webpack.assets-paths` depending on your bundler, previous to importing our main CSS via `@import @db-ui/core/sources/css/enterprise/db-ui-core` directly from now on.

==== SCSS Helper functions

Expand Down

0 comments on commit 0f2cfb3

Please sign in to comment.