mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
5 lines
98 B
SCSS
5 lines
98 B
SCSS
@import 'var/global.scss';
|
|
|
|
@function px-to-rem($px) {
|
|
@return ($px / $base-font-size) + rem;
|
|
}
|