Skip to content

Instantly share code, notes, and snippets.

@scottnix
Created April 29, 2013 05:20
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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/
<!-- 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