comment css

CSS
/* This text is commented in CSS :) *//* This is a CSS comment! */
/* Remember that you have to add the end bit on comments or all your
code will turn to comments! Thease comments can go over several lines! *//* this is some commented out css
.my-field{
   font-size:10px;
   border:1px solid red;
}
*/// Do some stuff {}
.foo { animation: bar 1s infinite; }
/* Success! *//* a comment in css */
Source

Also in CSS: