# Fancy Comments :blossom:

Comment Your Css Like a Pro!!! :ok_hand:

Works for CSS, SCSS & SASS.

To trigger a comment put a c- followed by it's name, as shown below: :point_down:

Fancy Comments Preview

Basic Comment

trigger: c-basic tab

/* Basic comment */

Block Comment

trigger: c-block tab

/**
*
*  block comment
*
*/

Section Header Comment

trigger: c-header tab

/*======================================
*            header comment            *
======================================*/

Section Footer Comment

trigger: c-footer tab

/*==================  footer comment  ==================*/

Section Comment

trigger: c-section tab

/*=============================================
*            Section comment block            *
=============================================*/


/*===== End of Section comment block ======*/

Subsection Comment

trigger: c-sub= tab

/* comment
    ====================================================================== */

Subsection dash Comment

trigger: c-sub- tab

/***
*** comment
–––––––––––––––––––––––––––––––––––––––––––––––––– ***/

Todo Comment

trigger: c-todo tab

/**

	# TODO:
	1: First todo 
	2: Second todo 
	3: Third todo 
 */

Contributing

The Following is a guide on how to contribute.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-comment-style
  3. Commit your changes: git commit -m "Added new comment style..."
  4. Push to the branch: git push origin my-new-comment-style
  5. Submit your pull request and wait :relaxed:.

LICENCE

MIT License © Dennis Peterson