index.scss 91 B

1234567
  1. @import 'vars';
  2. @import 'colorBlue';
  3. body {
  4. background: $color;
  5. color: colorBlue();
  6. }