require semi-colons

This commit is contained in:
Will McGugan
2022-04-11 15:25:21 +01:00
parent c7a93f3d0b
commit 4f63fc086f
10 changed files with 804 additions and 119 deletions

View File

@@ -86,8 +86,8 @@ Tweet {
TweetHeader {
height:1
background: $accent
height:1;
background: $accent;
color: $text-accent
}
@@ -103,7 +103,7 @@ TweetBody {
background: $accent;
color: $text-accent;
width:20;
height: 3
height: 3;
/* border-top: hidden $accent-darken-3; */
border: tall $accent-darken-2;
/* border-left: tall $accent-darken-1; */
@@ -119,7 +119,7 @@ TweetBody {
background: $accent-lighten-1;
color: $text-accent-lighten-1;
width: 20;
height: 3
height: 3;
border: tall $accent-darken-1;
/* border-left: tall $accent-darken-3; */