Feat: First Commit + Project Scaffolding + Initialize Styling
License Added
This commit is contained in:
5
Frontend/src/styles/tools/_functions.scss
Normal file
5
Frontend/src/styles/tools/_functions.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
/* Path: Frontend/src/styles/tools/_functions.scss */
|
||||
|
||||
@function rem($pixels, $base: 16) {
|
||||
@return ($pixels / $base) * 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user