Created
April 29, 2013 05:20
-
-
Save scottnix/5479839 to your computer and use it in GitHub Desktop.
Sublime Snippet for Prop-Query Mixin
http://chipcullen.com/useful-sass-mixin-prop-query/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- For Mixin and usage see: http://chipcullen.com/useful-sass-mixin-prop-query/ --> | |
<snippet> | |
<content><![CDATA[ | |
@include prop-query($1, $2, $3); | |
$4 | |
]]></content> | |
<tabTrigger>pq</tabTrigger> | |
<scope>source.css, source.scss, source.sass</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment