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
34 lines (34 loc) · 754 Bytes
/
comments.css
File metadata and controls
34 lines (34 loc) · 754 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
/** what the heck **/
/**
Here is a block comment
**/
/*hello*/
/* line 16, inputs/comments.scss */
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?*/ }
/* line 31, inputs/comments.scss */
.dummy {
color: blue; }
/* comment 1 */
/* line 36, inputs/comments.scss */
a {
/* comment 2 */
/* comment 3 */
color: red;
/* comment 4 */
background-color: red;
/* comment 5 */
/* comment 6 */ }
/* comment 7 */
/* коммент */