@design-factory/design-factory 21.0.0-next.0 → 21.0.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,8 +31,7 @@ For some specific cases, you may have to use the CSS namespace feature which all
31
31
  In order to use this feature, just import the following:
32
32
 
33
33
  ```scss
34
- @import '@design-factory/styles/scss/themes/brand2023/variables';
35
- @import '@design-factory/styles/scss/df-styles-namespace';
34
+ @import '@design-factory/styles/scss/namespace';
36
35
  ```
37
36
 
38
37
  in your styles.scss and add the defined selector in your HTML element where you want to apply DF style.