Skip to content

Instantly share code, notes, and snippets.

@StefanoRausch
Created February 14, 2013 09:02
Show Gist options
  • Save StefanoRausch/4951453 to your computer and use it in GitHub Desktop.
Save StefanoRausch/4951453 to your computer and use it in GitHub Desktop.
SCSS : template file
<snippet>
<content><![CDATA[
/**
* ${1:file-comment}
*
* ${2:CSS} version ${3:3}
*
* LICENSE : MIT - Copyright ( C ) ${4:2013} ${5:Stefano F. Rausch < [email protected] >}
*
* @package ${6:Framework}${7:/${8:sub-package}}
* @author Stefano F. Rausch < [email protected] >
* @license http://opensource.org/licenses/MIT
* @version ${9:0.1.0}${10:+build}
* @link ${11:http://stefano.rausch-e.net}
* @since File available since Release ${12:1.0.0}
*
* Semantic versioning according to http://semver.org
*/
$0
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>template-file</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.scss</scope>
<!-- Optional: Set a description to override the snippet's name -->
<description>css template file</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment