/plume/incubator/

Making comments in the CSS stylesheet.

I can make comments in the CSS stylesheet by doing this.

/* Insert comment here */

It's cool for hiding messages but also for simply making notes for me to remember what does what.

Like this:

/* Light theme */

css code stuff

/* Dark theme */

css code stuff