Skip to content

Commit 6dd25e4

Browse files
authored
Update files-folder-structure.adoc
1 parent 1bc4897 commit 6dd25e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/files-folder-structure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ link:https://patternlab.io/[pattern lab] system structure files and folders are
2323
** `_css_`: Skeleton SCSS files that are including the SCSS files within the __patterns_ subfolders
2424
*** `helpers`: Providing some global SCSS helpers that are supporting common use cases
2525
*** `_db-ui-core.variables.scss`: Including global variables for DB UI Core that is only being handled as a SCSS partial
26-
*** `_rollup.assets-paths.scss` & `_webpack.assets-paths.scss`: Include either one of those in your SCSS file depending if and which bundler you're using in your setup before you `@import "db-ui-core";`; we're adapting the paths to assets in here differentiated by the different bundlers formats
26+
*** `_rollup.assets-paths.scss` & `_webpack.assets-paths.scss`: Include either one of those in your SCSS file depending if and which bundler you're using in your setup before you `@import "db-ui-core";`; we're adapting the paths to assets in here differentiated by the different bundlers formats. Import `_webpack.assets-paths.scss` for Webpack <5 or old `sass-loader`. With Webpack >= version 5 or newer `sass-loader`, please import file `_rollup.assets-paths.scss` instead.
2727
*** `db-ui-core.general.scss`: Providing some general global styles (especially) for DB UI Elements to be included in every Web Component and thatfor is actually meant to get exported during build as `db-ui-core.general.css`
2828
*** `db-ui-core.vars.scss`: Providing global variables (especially) for DB UI Elements that is actually meant to get exported during build as `db-ui-core.vars.css`
2929
*** `_pattern-scaffolding.css_`: _patternlab_ system related file for styling the _pattern lab_ UI

0 commit comments

Comments
 (0)