diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
commit | d5560f3dd006cbb21c2ce2da9bbbe723b7fc2a2d (patch) | |
tree | 9989d0c958937611595666f0bafb8a1cdfef1bef /_includes/tiny.scss | |
parent | 6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff) | |
parent | af51b0ef270746181e4d43626074f5b08bcaf9c3 (diff) |
Merge pull request #6 from benburwell/use-primer-css
Use Tiny CSS
Diffstat (limited to '_includes/tiny.scss')
-rw-r--r-- | _includes/tiny.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/_includes/tiny.scss b/_includes/tiny.scss new file mode 100644 index 0000000..4b29cf2 --- /dev/null +++ b/_includes/tiny.scss @@ -0,0 +1,21 @@ +// Include fonts first so we can get them loading immediately +@import "tiny/fonts"; + +// These contain variables and mixins used throughout Tiny +@import "tiny/variables"; +@import "tiny/mixins"; + +// Normalize, of course +@import "tiny/normalize"; + +// General styles +@import "tiny/base"; +@import "tiny/layout"; +@import "tiny/type"; +// @import "tiny/syntax"; + +// Utility classes +@import "tiny/utility"; + +// Icon fonts +@import "font-awesome/font-awesome"; |