base.scss 172 B

12345678910111213141516
  1. body{
  2. font-size: 16px;
  3. }
  4. @for $i from 1 to 6 {
  5. h#{$i}{
  6. margin:0;
  7. }
  8. }
  9. p{margin:0;}
  10. a, a:visited, a:hover, a:active{
  11. text-decoration: none;
  12. color: inherit;
  13. }