reset.scss 175 B

123456789101112
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. box-sizing: border-box;
  7. }
  8. $ha:#f00;
  9. .box {
  10. color: $ha;
  11. background-color: $ha;
  12. }