How to enter CSS comments with hyphens

How do you enter the second line? One by one?

/* Handle basic element styling */
/* -------------------------------------------------------------------------------------------- */

How_CSS_is_structured#comments

Hi again, @user-p :wave:

Yes. These are just typed one-by-one like any other character.
Admittedly, this seems excessively long in the example (and the new design).
I would just do:

/* Handle basic element styling */
/* ---------------------------- */

or maybe

/* ---------------------------- */
/* Handle basic element styling */
/* ---------------------------- */

Cheers,
Michael

1 Like

Hello @mikoMK,
I appreciate your help. I’ve always wondered about this kind of comment. I don’t have to think about it anymore.

1 Like