reset.scss 53 B

12345
  1. $a: bold;
  2. i {
  3. font-weight: $a;
  4. color: #f00;
  5. }