@@ -5,7 +5,7 @@
// https://github.com/css-modules/css-modules/issues/295#issuecomment-404873976
// workaround to use '&' in global scope
.grw-subnav {
- :grobal {
+ :global {
min-height: var.$grw-subnav-min-height;
padding-top: 8px;
padding-bottom: 8px;
@@ -1,3 +1,5 @@
+@use './bootstrap/init' as bs;
+
.tags-page {
.list-tag-count {
background: rgba(0, 0, 0, 0.08);
@@ -8,7 +10,7 @@
.grw-tag-label {
font-size: 12px;
font-weight: normal;
- border-radius: $border-radius;
+ border-radius: bs.$border-radius;
}
@@ -18,7 +20,7 @@
font-size: 10px;
@@ -62,7 +62,7 @@
// @import 'sidebar';
// @import 'sidebar-wiki';
// @import 'subnav';
-// @import 'tag';
+@import 'tag';
// @import 'toc';
// @import 'user';
// @import 'staff_credit';