diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-17 16:27:21 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 6c3589fc51fdf218912538b2a46399886ed36ac3 (patch) | |
tree | d8eb4de0312dfd292f5d59631925a406f969c040 /client/src/sass/class-helpers/index.scss | |
parent | 5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 (diff) | |
download | PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.gz PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.zst PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.zip |
Fix basic linter issues
Diffstat (limited to 'client/src/sass/class-helpers/index.scss')
-rw-r--r-- | client/src/sass/class-helpers/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
2 | @use '_common' as *; | 2 | @use '_common' as *; |
3 | @use '_custom-bootstrap-helpers' as *; | 3 | @use '_custom-bootstrap-helpers' as *; |
4 | @use '_forms' as *; | 4 | @use '_forms' as *; |
5 | @use '_menu' as *; \ No newline at end of file | 5 | @use '_menu' as *; |