folder structure organization. used stylus over css, for easy imports

This commit is contained in:
yosh
2014-12-23 00:44:49 +00:00
parent 2a7e6adcbc
commit 0e987a2aa9
26 changed files with 1103 additions and 419 deletions

View File

@ -0,0 +1,22 @@
/* Spacing
*/
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; }
p {
margin-top: 0; }