Welcome to mirror list, hosted at ThFree Co, Russian Federation.

contextual_sidebar.scss « contextual_sidebar_refactoring « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 905ac260203dd85a5d171b3c3ac403618ffc7b1b (plain)
1
2
3
4
5
6
7
body:not(.sidebar-refactoring) {
  @import 'contextual_sidebar_base';
}

body.sidebar-refactoring {
  @import 'contextual_sidebar_variant';
}