Skip to content

Commit

Permalink
fix _utilities.less
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlasa committed Jul 11, 2018
1 parent 9d6930c commit 1d5e829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/web/css/source/lib/_utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,8 @@
@_line-height: normal
) {
.lib-font-size(@_font-size);
font-size: @_font-size;
.lib-line-height(@_line-height);
letter-spacing: normal;
line-height: @_line-height;
}

//
Expand Down

1 comment on commit 1d5e829

@fzemmel
Copy link

@fzemmel fzemmel commented on 1d5e829 Nov 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Karlasa This throws an error for mixin .lib-inline-block-space-item() in Magento 2.2.6, as default value 'normal' isn't a suitable value for mixin .lib-line-height().

Please sign in to comment.