Skip to content

Instantly share code, notes, and snippets.

@ngault
Last active August 29, 2015 14:16
Show Gist options
  • Save ngault/1fd2b065218b36d44ad8 to your computer and use it in GitHub Desktop.
Save ngault/1fd2b065218b36d44ad8 to your computer and use it in GitHub Desktop.
Sublime Text snippet for SassDoc format top/file-level comment block
<snippet>
<content><![CDATA[
////
/// ${1:_fileName.scss}
/// ${2:Very brief description of file}
///
/// ${3:@author Nicholas Nuss}
/// ${4:Copyright @ 2014-15 Stagirite, Inc}
///
/// ${5:@requires 'none' or list of dependencies}
////
]]></content>
<tabTrigger>sasstop</tabTrigger>
<description>Comment - Sass Top/file-level</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment