Blame view

node_modules/node-sass/test/fixtures/watcher/sibling/three.scss 54 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
5
  @import "partials/three";
  
  .three {
    color: green;
  }