From 9cbab2bd2700d054fb569c63a97499eba39df333 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 11 Mar 2012 20:49:56 -0700 Subject: [PATCH] Newlines at ends of files --- test/fixtures/stylesheets/compass/css/background-clip.css | 2 +- test/fixtures/stylesheets/compass/css/utilities.css | 2 +- test/fixtures/stylesheets/compass/css/vertical_rhythm.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/fixtures/stylesheets/compass/css/background-clip.css b/test/fixtures/stylesheets/compass/css/background-clip.css index 45c9574d..088bc60a 100644 --- a/test/fixtures/stylesheets/compass/css/background-clip.css +++ b/test/fixtures/stylesheets/compass/css/background-clip.css @@ -7,4 +7,4 @@ -webkit-background-clip: border; -moz-background-clip: border; -khtml-background-clip: border-box; - background-clip: border-box; } \ No newline at end of file + background-clip: border-box; } diff --git a/test/fixtures/stylesheets/compass/css/utilities.css b/test/fixtures/stylesheets/compass/css/utilities.css index 188e1e61..0899ecc1 100644 --- a/test/fixtures/stylesheets/compass/css/utilities.css +++ b/test/fixtures/stylesheets/compass/css/utilities.css @@ -53,4 +53,4 @@ tr.even td { tfoot th, tfoot td { background-color: white; } tfoot th.even, tfoot th:nth-child(2n), tfoot td.even, tfoot td:nth-child(2n) { - background-color: yellow; } \ No newline at end of file + background-color: yellow; } diff --git a/test/fixtures/stylesheets/compass/css/vertical_rhythm.css b/test/fixtures/stylesheets/compass/css/vertical_rhythm.css index 96032f49..24891e28 100644 --- a/test/fixtures/stylesheets/compass/css/vertical_rhythm.css +++ b/test/fixtures/stylesheets/compass/css/vertical_rhythm.css @@ -42,4 +42,4 @@ html > body { padding-bottom: 0.417em; } .reset { - line-height: 1.143em; } \ No newline at end of file + line-height: 1.143em; }