refactor: Replace Webpack with Vite (#53)

This commit is contained in:
Razboy20
2024-01-24 19:40:30 -06:00
committed by GitHub
parent 1629c85818
commit 0560a01a55
112 changed files with 7322 additions and 32180 deletions

View File

@@ -1,10 +1,10 @@
@import 'src/views/styles/fonts.module.scss';
@use 'src/views/styles/fonts.module.scss';
.icon {
font-family: 'Material Icons Round';
font-weight: $normal_weight;
font-weight: fonts.$normal_weight;
font-style: normal;
font-size: $medium_size;
font-size: fonts.$medium_size;
line-height: 1;
letter-spacing: normal;
text-transform: none;