Blame view

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