Note

Sometimes you may want to leave some explanation how to use components. Yes You can! by using @note comment. Markdown is also available.

<!--@note
## grid system
```scss
@include make-grid(mod,col,12);
```
## clearfix
```scss
@include clearfix();
``` 
-->

is to be