mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
3 lines
70 B
SCSS
3 lines
70 B
SCSS
@function px-to-rem($px) {
|
|
@return ($px / $base-font-size) + rem;
|
|
}
|