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