Files
Work/Frontend/src/styles/tools/_functions.scss
2026-06-13 08:26:30 +01:00

6 lines
129 B
SCSS

/* Path: Frontend/src/styles/tools/_functions.scss */
@function rem($pixels, $base: 16) {
@return ($pixels / $base) * 1rem;
}