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; }