style(base.scss): remove empty line at the end of the file for consistency

style(nav.scss): remove unused import statement for mixins in _core folder
This commit is contained in:
Sped0n
2023-11-01 23:02:02 +08:00
parent 2f75ed3d59
commit 3d88d5a243
2 changed files with 0 additions and 2 deletions

View File

@@ -17,4 +17,3 @@ a,
button {
cursor: pointer;
}

View File

@@ -1,4 +1,3 @@
@import '../_core/mixins';
$tablet: map-get($breakpoints, 'tablet') - 1;
nav {