fix: Invalid css

This commit is contained in:
Johannes Schill 2019-03-12 22:06:33 +01:00
parent bdce61d02a
commit 95382f9920

View File

@ -45,7 +45,7 @@ $arrowSize: 15px;
border-right-color: transparent; border-right-color: transparent;
border-top-color: transparent; border-top-color: transparent;
top: 0; top: 0;
left: calc(100% -$arrowSize); left: calc(100%-#{$arrowSize});
} }
&[data-placement^='right'] { &[data-placement^='right'] {