comment in css style code example
Example: comment out css inline
/* this is some commented out css
.my-field{
font-size:10px;
border:1px solid red;
}
*/
/* this is some commented out css
.my-field{
font-size:10px;
border:1px solid red;
}
*/