]> git.ipfire.org Git - ipfire.org.git/commitdiff
SASS: Fix deprecated syntax in listing.css
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Nov 2023 17:38:10 +0000 (17:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Nov 2023 17:38:10 +0000 (17:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/sass/listing.sass

index 66ec73f3287ef10b27d135e350ae070cbb4c8072..67ec60ba8e7947fd5d7cb768c7b2031915b2aa7f 100644 (file)
@@ -8,11 +8,11 @@ body
        padding: 3rem 1rem;
 
 h1
-       @extend .title.is-3
+       @extend .title.is-3
 
 // Make all tables .table by default
 table
-    @extend .table.is-fullwidth.is-bordered.is-striped.is-hoverable
+    @extend .table, .is-fullwidth, .is-bordered, .is-striped, .is-hoverable
 
 // Fix to show the bottom line of the table
 table