forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomments.css
More file actions
42 lines (41 loc) · 853 Bytes
/
comments.css
File metadata and controls
42 lines (41 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/** what the heck **/
/**
Here is a block comment
**/
/*hello*/
div {
/*yeah*/
border: 1px solid red;
/* another property */
color: url('http://mage-page.com');
string: "hello /* this is not a comment */";
world: "// neither is this";
string: 'hello /* this is not a comment */';
/*what if this is a comment */
world: '// neither is this';
what-ever: 100px;
background: url();
/*this is not a comment?*/ }
.dummy {
color: blue; }
/* comment 1 */
a {
/* comment 2 */
/* comment 3 */
color: red;
/* comment 4 */
background-color: red;
/* comment 5 */
/* comment 6 */ }
/* comment 7 */
/* коммент */
/* This is a comment with vars references:
color:red
and a fake #{ doing nothing
radius:2px
*/
.textimage-background-fullheight .background {
/* @noflip */
display: block;
/* hop */
width: 100%; }