Blame view

node_modules/node-sass/test/fixtures/depth-first/expected.css 378 Bytes
aaac7fed   liuqimichale   add
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
  .common-vars {
    content: "common-vars"; }
  
  .common-struct {
    content: "common-struct"; }
  
  .myvars {
    content: "1"; }
  
  .a1 {
    content: "a1"; }
  
  .a2 {
    content: "a2"; }
  
  .common-vars {
    content: "common-vars"; }
  
  .common-struct {
    content: "common-struct"; }
  
  .myvars {
    content: "2"; }
  
  .b1 {
    content: "b1"; }
  
  .b2 {
    content: "b2"; }
  
  #the-last {
    content: "LAST"; }