Add some more comments for consistency with the other comments
authorAntonio Ospite <ao2@ao2.it>
Mon, 3 Jul 2017 06:59:08 +0000 (08:59 +0200)
committerAntonio Ospite <ao2@ao2.it>
Mon, 3 Jul 2017 06:59:08 +0000 (08:59 +0200)
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 {