1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00
Files
tabler/scss/mixins/_px2rem.scss
T
2019-03-12 22:09:23 +01:00

4 lines
57 B
SCSS

@function px2rem($px) {
@return ($px / 16px) * 1rem;
}