Initial commit.

This commit is contained in:
Seth 2017-01-17 13:31:18 -05:00
commit 2d7cfe5945
50 changed files with 6114 additions and 0 deletions

19
static/sass/noscript.scss Normal file
View file

@ -0,0 +1,19 @@
@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Main */
#main {
article {
opacity: 1;
margin: (_size(element-margin) * 2) 0 0 0;
}
}