From aadc4a1e575550a7d1071f5da555fda59033c77f Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Sat, 23 Aug 2014 13:57:51 -0700 Subject: [PATCH] Change Sass headings file name and import path. --- sass/typography/{_headers.scss => _headings.scss} | 0 sass/typography/_typography.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sass/typography/{_headers.scss => _headings.scss} (100%) diff --git a/sass/typography/_headers.scss b/sass/typography/_headings.scss similarity index 100% rename from sass/typography/_headers.scss rename to sass/typography/_headings.scss diff --git a/sass/typography/_typography.scss b/sass/typography/_typography.scss index 4f70ec99..01a1bad1 100644 --- a/sass/typography/_typography.scss +++ b/sass/typography/_typography.scss @@ -9,6 +9,6 @@ textarea { line-height: $font__line-height-body; } -@import "headers"; +@import "headings"; @import "copy"; \ No newline at end of file