Skip to content

Commit

Permalink
Add workaround for PostCSS parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Dec 4, 2022
1 parent 96cafbd commit 2687a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_list.scss
Expand Up @@ -10,7 +10,7 @@
}

.#{$fa-css-prefix}-li {
left: calc(var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}) * -1);
left: calc(-1 * var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}));
position: absolute;
text-align: center;
width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width});
Expand Down

0 comments on commit 2687a6f

Please sign in to comment.