rimmer333
2/20/2015 - 11:25 AM

A file that is a valid CSS and JS at the same time. Include the same URL into HTML via <link> and <script src> and spare a request.

A file that is a valid CSS and JS at the same time. Include the same URL into HTML via and

// {} /* 
/*/
body {
	color: red;
}
body:before {
	content: "This is CSS";
}
/*/
//
window.alert('This is JavaScript');