Blame view

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