@db-ux/core-components 4.5.4-postcss-a42fe67 → 4.5.4-postcss2-6de35db

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.
@@ -1,15 +1,2 @@
1
- /* This is a predefined beginner friendly bundle with default asset-paths (../assets) */
2
-
3
- // Bundle all components
4
- @forward "./index";
5
-
6
- // Bundle foundation defaults
7
- @forward "@db-ux/core-foundations/build/styles/relative";
8
-
9
- // Bundle optionals
10
- @forward "component-animations";
11
- @forward "wc-workarounds";
12
- @forward "@db-ux/core-foundations/build/styles/helpers/classes/all";
13
- @forward "@db-ux/core-foundations/build/styles/density/classes/all";
14
- @forward "@db-ux/core-foundations/build/styles/fonts/classes/all";
15
- @forward "@db-ux/core-foundations/build/styles/colors/classes/all";
1
+ /* @deprecated This file will be removed in next major release. Please use bundle.css instead. */
2
+ @forward "./bundle";