chore: run stylelint on our css files

This commit is contained in:
Gabe Kangas
2023-06-20 20:56:37 -07:00
parent 8c968ff676
commit ccb9b5d075
37 changed files with 142 additions and 98 deletions

View File

@@ -4,7 +4,7 @@
@import '@fontsource/inter/800.css';
@import '@fontsource/poppins/400.css';
@import '@fontsource/poppins/600.css';
@import './mixins.scss';
@import './mixins';
:root {
--content-padding: 0.95rem;
@@ -19,7 +19,6 @@
--chat-message-padding: 10px;
--chat-text-highlight-border-radius: 3px;
--chat-col-width: 320px;
--player-container-height: 75vh;
--status-bar-height: 2rem;
--footer-padding-x: 1rem;
@@ -28,6 +27,7 @@
--header-height: 3.85rem;
--player-container-height: 400px;
}
@include screen(mobile) {
--player-container-height: 250px;
}
@@ -96,7 +96,7 @@ body {
ul,
ol {
margin: 0.7em 0 0 0;
margin: 0.7em 0 0;
padding: 0 1em;
ul,
@@ -105,7 +105,7 @@ body {
}
li {
margin: 0.175em 0 0 0;
margin: 0.175em 0 0;
}
}