How to comment out CSS
How do I leave a comment in CSS? The /* */ comment syntax is used for both single and multiline comments. There is no other way to specify comments in external style sheets. However, when using the <style> element, you may use <! — –> to hide CSS from older browsers, although this is not …