summaryrefslogtreecommitdiff
path: root/public/css/_sass/base/minireset.sass
diff options
context:
space:
mode:
authorAdam Carpenter <gitlab@53hor.net>2019-06-12 20:27:21 -0400
committerAdam Carpenter <gitlab@53hor.net>2019-06-12 20:27:21 -0400
commit8ba1ab54263c1c275569ed94e6f8073f5fcca935 (patch)
tree8e15b396c3f1ce2cea7cd38bfd0c6be33eec40ed /public/css/_sass/base/minireset.sass
parentb820afa0cb1c88c8fd329544c5bae827817a4d59 (diff)
downloadcobalt-site-8ba1ab54263c1c275569ed94e6f8073f5fcca935.tar.xz
cobalt-site-8ba1ab54263c1c275569ed94e6f8073f5fcca935.zip
Re-included CSS.
Diffstat (limited to 'public/css/_sass/base/minireset.sass')
-rw-r--r--public/css/_sass/base/minireset.sass84
1 files changed, 84 insertions, 0 deletions
diff --git a/public/css/_sass/base/minireset.sass b/public/css/_sass/base/minireset.sass
new file mode 100644
index 0000000..9c34a89
--- /dev/null
+++ b/public/css/_sass/base/minireset.sass
@@ -0,0 +1,84 @@
+/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
+// Blocks
+html,
+body,
+p,
+ol,
+ul,
+li,
+dl,
+dt,
+dd,
+blockquote,
+figure,
+fieldset,
+legend,
+textarea,
+pre,
+iframe,
+hr,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6
+ margin: 0
+ padding: 0
+
+// Headings
+h1,
+h2,
+h3,
+h4,
+h5,
+h6
+ font-size: 100%
+ font-weight: normal
+
+// List
+ul
+ list-style: none
+
+// Form
+button,
+input,
+select,
+textarea
+ margin: 0
+
+// Box sizing
+html
+ box-sizing: border-box
+
+*
+ &,
+ &::before,
+ &::after
+ box-sizing: inherit
+
+// Media
+img,
+embed,
+iframe,
+object,
+video
+ height: auto
+ max-width: 100%
+
+audio
+ max-width: 100%
+
+// Iframe
+iframe
+ border: 0
+
+// Table
+table
+ border-collapse: collapse
+ border-spacing: 0
+
+td,
+th
+ padding: 0
+ text-align: left