# Spacing Helpers
Using rems and ems instead of pxs allows the page to grow naturally as users control their own font size
# SCSS
# ems
To use these styles in a Vue component SCSS, you’ll need:
@import '~@skyline/scss/src/core/UI.required'; em($pixels, $base);$pixels: <number>$base: <number>$base-font-size# rems
To use these styles in a Vue component SCSS, you’ll need:
@import '~@skyline/scss/src/core/UI.required';