From 6c3589fc51fdf218912538b2a46399886ed36ac3 Mon Sep 17 00:00:00 2001 From: Wicklow Date: Fri, 17 Feb 2023 16:27:21 +0100 Subject: Fix basic linter issues --- client/src/sass/class-helpers/_buttons.scss | 2 +- client/src/sass/class-helpers/_common.scss | 2 +- client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | 2 +- client/src/sass/class-helpers/_forms.scss | 2 +- client/src/sass/class-helpers/_menu.scss | 2 +- client/src/sass/class-helpers/index.scss | 2 +- client/src/sass/include/_bootstrap-mixins.scss | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/class-helpers/_buttons.scss b/client/src/sass/class-helpers/_buttons.scss index 61fdbbf70..436bb48f4 100644 --- a/client/src/sass/class-helpers/_buttons.scss +++ b/client/src/sass/class-helpers/_buttons.scss @@ -34,4 +34,4 @@ .peertube-radio-container { @include peertube-radio-container; -} \ No newline at end of file +} diff --git a/client/src/sass/class-helpers/_common.scss b/client/src/sass/class-helpers/_common.scss index d342c2ceb..5fe8af26f 100644 --- a/client/src/sass/class-helpers/_common.scss +++ b/client/src/sass/class-helpers/_common.scss @@ -120,4 +120,4 @@ .chip { @include chip; -} \ No newline at end of file +} diff --git a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss index d5606181d..bb5902ec9 100644 --- a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss +++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss @@ -5,4 +5,4 @@ .fs-5-5 { @include font-size(1.125rem); -} \ No newline at end of file +} diff --git a/client/src/sass/class-helpers/_forms.scss b/client/src/sass/class-helpers/_forms.scss index 79495aeb4..1e78df947 100644 --- a/client/src/sass/class-helpers/_forms.scss +++ b/client/src/sass/class-helpers/_forms.scss @@ -52,4 +52,4 @@ label+.form-group-description { margin-bottom: 10px; margin-top: 0; -} \ No newline at end of file +} diff --git a/client/src/sass/class-helpers/_menu.scss b/client/src/sass/class-helpers/_menu.scss index 1d17f9f2e..9e69136c4 100644 --- a/client/src/sass/class-helpers/_menu.scss +++ b/client/src/sass/class-helpers/_menu.scss @@ -77,4 +77,4 @@ @media screen and (max-width: $small-view) { flex-direction: column; } -} \ No newline at end of file +} diff --git a/client/src/sass/class-helpers/index.scss b/client/src/sass/class-helpers/index.scss index ec0aea52e..a7d584d96 100644 --- a/client/src/sass/class-helpers/index.scss +++ b/client/src/sass/class-helpers/index.scss @@ -2,4 +2,4 @@ @use '_common' as *; @use '_custom-bootstrap-helpers' as *; @use '_forms' as *; -@use '_menu' as *; \ No newline at end of file +@use '_menu' as *; diff --git a/client/src/sass/include/_bootstrap-mixins.scss b/client/src/sass/include/_bootstrap-mixins.scss index 2be16ebad..82604633c 100644 --- a/client/src/sass/include/_bootstrap-mixins.scss +++ b/client/src/sass/include/_bootstrap-mixins.scss @@ -2,4 +2,4 @@ @import 'bootstrap/scss/variables'; @import 'bootstrap/scss/maps'; @import 'bootstrap/scss/mixins'; -@import 'bootstrap/scss/utilities'; \ No newline at end of file +@import 'bootstrap/scss/utilities'; -- cgit v1.2.3