From: Antonio Ospite Date: Mon, 3 Jul 2017 06:59:08 +0000 (+0200) Subject: Add some more comments for consistency with the other comments X-Git-Url: https://git.ao2.it/experiments/scss-responsive-toggle-menu.git/commitdiff_plain/d23db58ca4e6d9f5bf46fe3f5e8703e29bc25418 Add some more comments for consistency with the other comments --- diff --git a/scss/modules/_toggle-menu.scss b/scss/modules/_toggle-menu.scss index 1cb6f4d..6dd028a 100644 --- a/scss/modules/_toggle-menu.scss +++ b/scss/modules/_toggle-menu.scss @@ -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 {