Last Updated: September 09, 2019
·
831
· fernandoperigolo

Markdown Everywhere

Last project i started, i unconsciously decide to separate the comments at my CSS code this way:

/* Big areas
================= */

/* Medium areas
------------------------ */

/* Small areas */

Easy to understand, right? What i dont know is exist an automatic CSS doc generator like grunt-styleguide > https://github.com/indieisaconcept/grunt-styleguide. You can easily generate your styleguide just running a grunt task.

The tip is: Markdown things and things will be understandable to a more range of people.