Use `/* comment */` for single-line or multi-line comments in CSS
Example: `/* This is a comment */`
Example: `/* This is a multi-line comment */`
CSS does not support `//` comments
Comments can be placed anywhere whitespace is allowed
Use `/* comment */` for single-line or multi-line comments in CSS
Example: `/* This is a comment */`
Example: `/* This is a multi-line comment */`
CSS does not support `//` comments
Comments can be placed anywhere whitespace is allowed