I want to know whether external css files has single line comments or not.
I am using an external css file(styles.css) and i want to use single line comments in that file.I have tried using "//", "#", "--" but none of them worked.I know we can use "/*.....Comments here....*/" in single line but in my case I have to use single line commands. please help.
style.css
//{ strarBlock
.user-title {
position: relative;
display: block;
border: 1px solid #c1bd9e;
margin-top: -3px;
background-color: #fafafa;
.......
//} endBlock
//{ strarBlock
.user-details {
position: relative;
display: block;
border: 1px solid #c1bd9e;
margin-top: -3px;
background-color: #fafafa;
.......
//} endBlock