Stylish Css Author Comment Code Example


Example: comment out css


/* this is some commented out css
.my-field{
font-size:10px;
border:1px solid red;
}
*/

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy