@carbon/styles 1.3.0 → 1.5.0-rc.0

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.
@@ -7,14 +7,14 @@
7
7
 
8
8
  @use '../config' as *;
9
9
  @use '@carbon/themes/scss/config' with (
10
- $prefix: $prefix,
10
+ $prefix: $prefix
11
11
  );
12
12
  @use '../compat/themes' as compat;
13
13
  @use '../themes';
14
14
 
15
15
  @forward '@carbon/themes/scss/theme' with (
16
16
  $fallback: themes.$white !default,
17
- $theme: compat.$white !default,
17
+ $theme: compat.$white !default
18
18
  );
19
19
  @forward '@carbon/themes/scss/tokens';
20
20
 
@@ -6,6 +6,8 @@
6
6
  //
7
7
 
8
8
  @use '../config';
9
+
10
+ // prettier-ignore
9
11
  @forward '@carbon/type' show
10
12
  // Mixins
11
13
  reset,
@@ -13,6 +15,7 @@
13
15
  font-family,
14
16
  default-type,
15
17
  type-classes,
18
+ font-weight,
16
19
 
17
20
  // Variables
18
21
  $caption-01,
@@ -46,6 +49,8 @@
46
49
  $display-02,
47
50
  $display-03,
48
51
  $display-04,
52
+ $font-families,
53
+ $font-weights,
49
54
  $tokens;
50
55
 
51
56
  @use '@carbon/type';
@@ -6,7 +6,7 @@
6
6
  //
7
7
 
8
8
  @use 'sass:meta';
9
- @use "sass:math";
9
+ @use 'sass:math';
10
10
 
11
11
  /// Default font size
12
12
  /// @type Number