yohei0125 пре 3 година
родитељ
комит
d8789fdab7
1 измењених фајлова са 0 додато и 16 уклоњено
  1. 0 16
      packages/app/src/components/Sidebar.module.scss

+ 0 - 16
packages/app/src/components/Sidebar.module.scss

@@ -240,22 +240,6 @@
   }
   }
 }
 }
 
 
-// '&' could not be set after :global
-// workaround from https://github.com/css-modules/css-modules/issues/295#issuecomment-404873976
-.grw-sidebar :global {
-  .grw-sidebar-drawer {
-    @include drawer();
-  }
-  .grw-sidebar-dock {
-    @include bs.media-breakpoint-down(sm) {
-      @include drawer();
-    }
-    @include bs.media-breakpoint-up(md) {
-      @include dock();
-    }
-  }
-}
-
 .grw-sidebar {
 .grw-sidebar {
   &:global {
   &:global {
     &.grw-sidebar-drawer {
     &.grw-sidebar-drawer {