mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
8 lines
120 B
SCSS
8 lines
120 B
SCSS
@import "var/global.scss";
|
|
|
|
$base-font-size: 16;
|
|
|
|
@function px-to-rem($px) {
|
|
@return ($px / $base-font-size) + rem;
|
|
}
|