forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathat_root.css
More file actions
109 lines (98 loc) · 2.37 KB
/
at_root.css
File metadata and controls
109 lines (98 loc) · 2.37 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/* line 1, inputs/at_root.scss */
.parent-inline-selector {
color: white; }
/* line 3, inputs/at_root.scss */
.child {
color: black; }
/* line 6, inputs/at_root.scss */
.parent-block {
color: white; }
/* line 9, inputs/at_root.scss */
.child1 {
color: green; }
/* line 10, inputs/at_root.scss */
.child2 {
color: blue; }
/* line 12, inputs/at_root.scss */
.parent-block .step-child {
color: black; }
/* line 15, inputs/at_root.scss */
.first {
color: red; }
/* line 18, inputs/at_root.scss */
/* line 19, inputs/at_root.scss */
body .second {
color: white;
color: black; }
/* line 23, inputs/at_root.scss */
.nested1 {
color: blue;
color: orange; }
/* line 26, inputs/at_root.scss */
.nested2 {
color: yellow; }
/* line 36, inputs/at_root.scss */
.third {
color: green; }
@media print {
/* line 41, inputs/at_root.scss */
.page {
width: 8in; } }
.page {
color: red; }
/* line 49, inputs/at_root.scss */
@media (min-width: 300px) {
/* line 51, inputs/at_root.scss */
.my-widget .inside-mq {
inside-style: mq; } }
/* line 56, inputs/at_root.scss */
.my-widget .outside-mq {
outside-style: mq; }
/* line 63, inputs/at_root.scss */
.outside-class {
color: blue; }
@media (min-width: 300px) {
/* line 71, inputs/at_root.scss */
.with-only {
color: pink; } }
@media screen and (max-width: 320px) {
/* line 81, inputs/at_root.scss */
.foo {
margin: 0; } }
@media screen and (max-width: 320px) {
/* line 85, inputs/at_root.scss */
.bar {
padding: 0; } }
/* line 90, inputs/at_root.scss */
.baar {
padding: 0; }
/* line 95, inputs/at_root.scss */
.foo .barr {
padding: 0; }
@media screen and (max-width: 640px) {
/* line 104, inputs/at_root.scss */ }
/* line 107, inputs/at_root.scss */
.foo .bar {
width: 0; }
@supports ( display: flex ) {
/* line 112, inputs/at_root.scss */
.baz {
height: 0; } }
@media screen and (max-width: 640px) {
/* line 117, inputs/at_root.scss */
.qux {
margin: 0; } }
@media screen and (max-width: 640px) {
/* line 122, inputs/at_root.scss */
.foo .quux {
padding: 0; } }
/* line 127, inputs/at_root.scss */
.foo .quix {
padding: 0; }
/* line 144, inputs/at_root.scss */
/* line 145, inputs/at_root.scss */
.test .test2 {
padding: 0px; }
/* line 139, inputs/at_root.scss */
tbody {
padding: 10px; }