From b3967c83cbdba7f44c2ecef09d3e80801106ac81 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 22:56:34 -0400 Subject: Update to Tiny CSS --- _includes/tiny.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _includes/tiny.scss (limited to '_includes/tiny.scss') 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"; -- cgit v1.2.3