From 59e9d8e9bd6013d7e8fedcdd820281399d1906d3 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 3 Jul 2014 23:17:37 -0500 Subject: [PATCH] customize attributes --- snippets/stylus.snippets | 2 ++ 1 file changed, 2 insertions(+) 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}