diff --git a/snippets/stylus.snippets b/snippets/stylus.snippets index 45bb458..4a30570 100644 --- a/snippets/stylus.snippets +++ b/snippets/stylus.snippets @@ -28,6 +28,8 @@ snippet @r @require '${0}' snippet @m @media ${1:screen} +snippet @msmw + @media screen and (min-width: ${0}px) snippet @ext @extend .${1} ${0}