Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Usefulness of rem-calc() in SCSS/LESS Reply To: Usefulness of rem-calc() in SCSS/LESS

#245919
Paulie_D
Member

Rem-calc is a Foundation sass function that converts pixels to REMs, so you can still think in pixels and end up with scalable em.

rem-calc(10px); // 10px will be converted to REMs