yohei0125 3 лет назад
Родитель
Сommit
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 {
   &:global {
     &.grw-sidebar-drawer {