Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst committed Jan 7, 2025
1 parent ceb45eb commit 1810e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use 'sass:list';
@use "sass:list";

$fs-small: 0.9rem;
$fs-normal: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
preprocessorOptions: {
scss: {
additionalData: '@use "/src/variables.scss" as *;',
api: 'modern-compiler',
api: "modern-compiler"
}
}
},
Expand Down

0 comments on commit 1810e52

Please sign in to comment.