From 0dae8f2e64ef610c370b8222953ae4618a4c1d40 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 18:04:41 -0400 Subject: Created headers in SCSS to break things out more in the CSS file --- scss/style.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scss/style.scss') diff --git a/scss/style.scss b/scss/style.scss index 087c845..abcc20f 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -8,9 +8,9 @@ @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 -// +/*/ +/* BASE RULES +/*/ html { font-size: 100%; @@ -139,9 +139,9 @@ img { clear: both; } -// -// LAYOUT / SECTIONS -// +/*/ +/* LAYOUT / SECTIONS +/*/ // // .masthead -- cgit v1.2.3