chore: run stylelint on our css files
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
@import '../../../styles/mixins.scss';
|
||||
@import '../../../styles/mixins';
|
||||
|
||||
.layout {
|
||||
// this margin is for fixed header
|
||||
padding-top: var(--header-height);
|
||||
background-color: var(--theme-color-main-background);
|
||||
min-height: 100vh;
|
||||
|
||||
position: relative;
|
||||
|
||||
// add some spacing between the last row of content and the footer
|
||||
|
||||
Reference in New Issue
Block a user