1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 23:02:23 +04:00
Files
tabler/assets/scss/dashboard/_functions.scss
T
2018-02-19 20:23:01 +01:00

3 lines
57 B
SCSS

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