@kirbydesign/designsystem 5.0.1 → 5.0.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scss/_utils.scss +1 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirbydesign/designsystem",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "dependencies": {
5
5
  "chart.js": "3.3.2",
6
6
  "chartjs-plugin-annotation": "1.0.2",
package/scss/_utils.scss CHANGED
@@ -1,11 +1 @@
1
- /*
2
- General imports for components
3
- NOTICE: Must not contain anything that generates classes or else it will be generated for every component that imports this file.
4
- */
5
- @use 'base/variables';
6
- @forward '~include-media/dist/include-media' with (
7
- $breakpoints: variables.$breakpoints
8
- );
9
- @forward 'base/functions';
10
- @forward 'base/variables' hide $breakpoints;
11
- @forward 'themes/colors';
1
+ @forward '~@kirbydesign/core/scss/utils';