Snippets of CSS comments for Sublime Text based on Idiomatic CSS.
The only thing you have to do is type comment in your file and the comment options will show up.
Works on .scss
, .sass
, .less
, .styl
and .css
files.
/* ${1:comment} */
/*
* ${1:comment}
*/
/* ${1:comment} */
/* ${1:comment} */
Navigate to your Sublime Text 2 snippets folder and clone the repository:
cd path\to
git clone [email protected]:raphaelfabeni/cssCommentsSnippets.git
- Download the .zip file.
- Unzip the files into your Sublime Text snippets folder.