Explorar o código

omit @extend line

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
073b2b1cc2
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      apps/app/src/styles/_page-path.scss

+ 3 - 1
apps/app/src/styles/_page-path.scss

@@ -1,3 +1,5 @@
+@use './bootstrap/init' as bs;
+
 .grw-page-path-hierarchical-link {
   .separator {
     margin-right: 0.2em;
@@ -9,6 +11,6 @@
   // overwrite link color
   &,
   a {
-    @extend .text-muted;
+    color: bs.$text-muted;
   }
 }