removed the necessity for hardcoded line height variables

This commit is contained in:
Sriram Hariharan
2023-03-08 21:12:14 -06:00
parent c1910bacb0
commit 7dd53f3a94
8 changed files with 57 additions and 68 deletions

View File

@@ -0,0 +1,5 @@
@import 'src/views/styles/base.module.scss';
hr {
border: 1px solid $limestone;
}