reset.scss 163 B

12345678910111213
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. box-sizing: border-box;
  7. }
  8. body,html {
  9. font-size: 30px;
  10. }
  11. $vase: plum;