Skip to content

namanyayg/CSSCommentSnips

Repository files navigation

A simple collection of CSS comment snippets, based on Idiomatic CSS.

Made by Namanyay Goel

How To

Place files in Packages/User/css/, and then:

  • comcb + TAB for a big comment block. Output:
/**
 * 
 */
  • comcs + TAB for a section heading comment. Output:
/* ==========================================================================
   Section
   ========================================================================== */
  • comcss + TAB for a sub-section heading comment. Output:
/* Sub Section
   ========================================================================== */

That's it.

License: WTFPL, LICENSE.txt

About

A simple collection of Sublime Text snippets for CSS comments, based on Idiomatic CSS.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors