W72crm_web-master/node_modules/node-sass/test/fixtures/include-path/index.scss

8 lines
91 B
SCSS
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
@import 'vars';
@import 'colorBlue';
body {
background: $color;
color: colorBlue();
}