lumina-sass 2.1.2 → 2.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumina-sass",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Lumina Sass design tokens, mixins and public sub-modules (flexbox, color, mix).",
5
5
  "main": "src/_index.sass",
6
6
  "sass": "src/_index.sass",
@@ -21,7 +21,7 @@
21
21
  @if $color
22
22
  color: $color !important
23
23
 
24
- font-family: $font-family
24
+ font-family: $font-family
25
25
  @else
26
26
  @warn "Icon #{$name} not found in icon mapping."
27
27