25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_reset.scss 165 B

12345678910111213
  1. @import "_variables";
  2. *, body{
  3. margin: 0;
  4. padding: 0;
  5. box-sizing: border-box;
  6. list-style: none;
  7. font-family: $myfont;
  8. }
  9. img{
  10. width: 100%;
  11. }