diff --git a/resources/common/components/TabWatchstarLink.less b/resources/common/components/TabWatchstarLink.less index 11a9321e..25c11d06 100644 --- a/resources/common/components/TabWatchstarLink.less +++ b/resources/common/components/TabWatchstarLink.less @@ -67,6 +67,6 @@ outline: 0; cursor: default; pointer-events: none; - .transform-origin( 50% 50% ); + transform-origin: 50% 50%; } } diff --git a/resources/common/typography.less b/resources/common/typography.less index 6f10e111..71009b05 100644 --- a/resources/common/typography.less +++ b/resources/common/typography.less @@ -19,7 +19,7 @@ body { ul { // `list-style-image` sits on `ul` as it inherits and we don't need to worry about `ol`. // No need for PNG fallback. Fallback is browser default (a smaller, also black, circle). - .list-style-image( 'images/bullet-icon.svg' ); + list-style-image: 'images/bullet-icon.svg'; } pre,