aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials/_base.sass
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/partials/_base.sass')
-rw-r--r--source/stylesheets/partials/_base.sass16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/stylesheets/partials/_base.sass b/source/stylesheets/partials/_base.sass
new file mode 100644
index 00000000..c88d3c01
--- /dev/null
+++ b/source/stylesheets/partials/_base.sass
@@ -0,0 +1,16 @@
+//compass default reset
++global-reset
+//my reset
+button
+ margin: 0
+ padding: 0
+ background: none
+ border: none
+ cursor: pointer
+
+button::-moz-focus-inner
+ border: none
+ padding: 0
+
+@import compass/utilities.sass
+@import base/typography.sass \ No newline at end of file