You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
247 B
16 lines
247 B
15 years ago
|
//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
|