minireset.sass 709 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
  2. // Blocks
  3. html,
  4. body,
  5. p,
  6. ol,
  7. ul,
  8. li,
  9. dl,
  10. dt,
  11. dd,
  12. blockquote,
  13. figure,
  14. fieldset,
  15. legend,
  16. textarea,
  17. pre,
  18. iframe,
  19. hr,
  20. h1,
  21. h2,
  22. h3,
  23. h4,
  24. h5,
  25. h6
  26. margin: 0
  27. padding: 0
  28. // Headings
  29. h1,
  30. h2,
  31. h3,
  32. h4,
  33. h5,
  34. h6
  35. font-size: 100%
  36. font-weight: normal
  37. // List
  38. ul
  39. list-style: none
  40. // Form
  41. button,
  42. input,
  43. select,
  44. textarea
  45. margin: 0
  46. // Box sizing
  47. html
  48. box-sizing: border-box
  49. *
  50. box-sizing: inherit
  51. &:before,
  52. &:after
  53. box-sizing: inherit
  54. // Media
  55. img,
  56. embed,
  57. object,
  58. audio,
  59. video
  60. max-width: 100%
  61. // Iframe
  62. iframe
  63. border: 0
  64. // Table
  65. table
  66. border-collapse: collapse
  67. border-spacing: 0
  68. td,
  69. th
  70. padding: 0
  71. text-align: left