Is there any way to nest comments in CSS?
For example, when I try to comment out the following two statements, the outer comment ends when it encounters the */ in th
Nested comments is not supported by CSS. You can't do that because you don't know how browsers will read it.
You can use LESS (an extension to CSS) that allows the one line comment //
//