From 5f5eaa4bbfb5c0672d26fed142f8ad51bb819b55 Mon Sep 17 00:00:00 2001 From: Tiago Noronha Date: Wed, 30 Aug 2017 12:03:53 +0100 Subject: [PATCH] File must end with a newline character. --- sass/mixins/_mixins-master.scss | 2 +- sass/shop/_checkout.scss | 2 +- sass/shop/_components.scss | 6 +++--- sass/shop/_products.scss | 2 +- sass/shop/_single-product.scss | 2 +- sass/shop/_tables.scss | 2 +- sass/shop/_widgets.scss | 2 +- sass/woocommerce.scss | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sass/mixins/_mixins-master.scss b/sass/mixins/_mixins-master.scss index cf5d8863..2578a21c 100644 --- a/sass/mixins/_mixins-master.scss +++ b/sass/mixins/_mixins-master.scss @@ -26,4 +26,4 @@ // Column width with margin @mixin column-width($numberColumns: 3) { width: map-get( $columns, $numberColumns ) - ( ( $columns__margin * ( $numberColumns - 1 ) ) / $numberColumns ); -} \ No newline at end of file +} diff --git a/sass/shop/_checkout.scss b/sass/shop/_checkout.scss index 145ca0fa..3aebbcc9 100644 --- a/sass/shop/_checkout.scss +++ b/sass/shop/_checkout.scss @@ -18,4 +18,4 @@ @include column-width(2); } } -} \ No newline at end of file +} diff --git a/sass/shop/_components.scss b/sass/shop/_components.scss index 02e1f8ca..413a5aaf 100644 --- a/sass/shop/_components.scss +++ b/sass/shop/_components.scss @@ -141,7 +141,7 @@ p.stars { .woocommerce-tabs { ul.tabs { list-style: none; - margin: 0; + margin: 0; padding: 0; text-align: left; @@ -213,7 +213,7 @@ p.stars { */ .woocommerce-message, .woocommerce-info, -.woocommerce-error, +.woocommerce-error, .woocommerce-noreviews, p.no-comments { @include clearfix; @@ -272,4 +272,4 @@ p.no-comments { } } } -} \ No newline at end of file +} diff --git a/sass/shop/_products.scss b/sass/shop/_products.scss index 7f8b0e2b..3d4dd985 100644 --- a/sass/shop/_products.scss +++ b/sass/shop/_products.scss @@ -60,4 +60,4 @@ ul.products { } } } -} \ No newline at end of file +} diff --git a/sass/shop/_single-product.scss b/sass/shop/_single-product.scss index 30fd418a..7c0fe1c3 100644 --- a/sass/shop/_single-product.scss +++ b/sass/shop/_single-product.scss @@ -80,4 +80,4 @@ &.out-of-stock { color: $woocommerce__color-error; } -} \ No newline at end of file +} diff --git a/sass/shop/_tables.scss b/sass/shop/_tables.scss index 819c75eb..0b282811 100644 --- a/sass/shop/_tables.scss +++ b/sass/shop/_tables.scss @@ -76,4 +76,4 @@ table.shop_table_responsive { } } } -} \ No newline at end of file +} diff --git a/sass/shop/_widgets.scss b/sass/shop/_widgets.scss index ff81f035..82f2bda9 100644 --- a/sass/shop/_widgets.scss +++ b/sass/shop/_widgets.scss @@ -61,4 +61,4 @@ .ui-slider-horizontal .ui-slider-range { height: 100%; } -} \ No newline at end of file +} diff --git a/sass/woocommerce.scss b/sass/woocommerce.scss index 4cf57490..e8b987eb 100644 --- a/sass/woocommerce.scss +++ b/sass/woocommerce.scss @@ -45,4 +45,4 @@ $woocommerce__color-info: #3D9CD2; /** * WooCommerce widgets */ -@import "shop/widgets"; \ No newline at end of file +@import "shop/widgets";