2017-08-18 10:09:24 -04:00

34 lines
448 B
Plaintext

@import "../../../../src/reset";
@import "../../../../src/utilities";
@import "prism";
@import "markdown";
*,
*::before,
*::after {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: inherit;
text-decoration: none;
&:hover {
.text-underline;
}
}
@spacing-scale:
'px' 1px,
'0' 0,
'1' 0.25rem,
'2' 0.5rem,
'3' 0.75rem,
'4' 1rem,
'6' 1.5rem,
'8' 2rem,
'12' 3rem,
'16' 4rem,
;