Blame view

node_modules/node-sass/test/fixtures/sass-path/index.scss 51 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
5
  @import 'colors';
  
  body {
    background: $color;
  }