Comment
Acss supports both line comments and block comments. Line comments are specified by "//" and block comments are specified by "/* */".
Code here. // line comment
/* block comment
block comment
block comment */
Last updated
Was this helpful?