Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agent-simon-s/d574248de8dad34b0c1f9362ed260965 to your computer and use it in GitHub Desktop.
Save agent-simon-s/d574248de8dad34b0c1f9362ed260965 to your computer and use it in GitHub Desktop.
SCSS: singe mixin template w useage & output notes - sublime snippet
<snippet>
<content><![CDATA[
/* --------- ${1:this} Mixin -------------*/
/*-------------------------------------------*/
//Usage:
// ${4}
//Output:
// ${5}
@mixin ${1:this}(${2:arg}) {
${3:rules}
}
]]></content>
<tabTrigger>mix</tabTrigger>
<scope>source.scss, source.sass</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment