From 73ae67aa9e8b1b6afae5143cd6e91c16d9edc42a Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Tue, 1 Aug 2023 08:40:55 +0200 Subject: [PATCH 1/2] chore(docs): typo --- docs/migrationGuide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrationGuide.adoc b/docs/migrationGuide.adoc index 88f9481238f..4d6f06aa638 100644 --- a/docs/migrationGuide.adoc +++ b/docs/migrationGuide.adoc @@ -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 `@import @db-ui/core/sources/css/enterprise/db-ui-core` directly from now on. ==== SCSS Helper functions From e35cd50eac89caf0ebcc1442ee04e4b95061db68 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Tue, 1 Aug 2023 08:42:08 +0200 Subject: [PATCH 2/2] chore(docs): made this a little clearer --- docs/migrationGuide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrationGuide.adoc b/docs/migrationGuide.adoc index 4d6f06aa638..d85a7580e74 100644 --- a/docs/migrationGuide.adoc +++ b/docs/migrationGuide.adoc @@ -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 @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