summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/css/194-update_stylesheet.css
blob: f5e45c8df53d30901926bb368ee5cb42ba23231a (plain)
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
@import url(basic.css);
@import url(../results/complex.css);
imported {
  otherconst: hello;
  myconst: goodbye;
  pre-mixin: here;
}

body {
  font: Arial;
  background: blue;
}

#page {
  width: 700px;
  height: 100;
}
#page #header {
  height: 300px;
}
#page #header h1 {
  font-size: 50px;
  color: blue;
}

#content.user.show #container.top #column.left {
  width: 100px;
}
#content.user.show #container.top #column.right {
  width: 600px;
}
#content.user.show #container.bottom {
  background: brown;
}

midrule {
  inthe: middle;
}

scss {
  imported: yes;
}

body {
  font: Arial;
  background: blue;
}

#page {
  width: 700px;
  height: 100;
}
#page #header {
  height: 300px;
}
#page #header h1 {
  font-size: 50px;
  color: blue;
}

#content.user.show #container.top #column.left {
  width: 100px;
}
#content.user.show #container.top #column.right {
  width: 600px;
}
#content.user.show #container.bottom {
  background: brown;
}

#foo {
  background-color: #bbaaff;
}

nonimported {
  myconst: hello;
  otherconst: goodbye;
  post-mixin: here;
}