From 3d5bee22052a20cf328a85309daa0d855b7e1d54 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 18:07:17 -0400 Subject: Moving syntax highlighting to the bottom of the CSS file --- scss/style.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'scss') diff --git a/scss/style.scss b/scss/style.scss index abcc20f..f8c31da 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -5,8 +5,6 @@ @import "_reset"; @import "_variables"; -@import "_highlights"; -// TODO - Tempted to move this to the end of the file, so that it shows up at the end of the .css. Or remove it entirely and find a better way to include highlighting. /*/ /* BASE RULES @@ -268,4 +266,8 @@ nav { footer { padding: 20px 0; text-align: center; -} \ No newline at end of file +} + +// Settled on moving the import of syntax highlighting to the bottom of the CSS +// ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start +@import "_highlights"; \ No newline at end of file -- cgit v1.2.3