index.scss 51 B

123456
  1. @import 'colors';
  2. body {
  3. background: $color;
  4. }