Add some more comments for consistency with the other comments
[experiments/scss-responsive-toggle-menu.git] / scss / modules / _toggle-menu.scss
index 1cb6f4d..6dd028a 100644 (file)
@@ -52,6 +52,7 @@
     }
   }
 
+  /* common big screen style for when :target is supported */
   @media screen and (min-width: 48.25em) {
     body:not(:target) .toggle-menu {
       .toggle-menu__list .toggle-menu__item {
@@ -64,6 +65,7 @@
 
 @mixin _toggle-menu-theme {
 
+  /* toggle-menu theming */
   .toggle-menu {
 
     a {