fleet/frontend/styles/helpers.scss

6 lines
98 B
SCSS
Raw Normal View History

@import 'var/global.scss';
2016-10-21 15:57:33 +00:00
@function px-to-rem($px) {
@return ($px / $base-font-size) + rem;
}