mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
3 lines
57 B
SCSS
3 lines
57 B
SCSS
@function px2rem($value) {
|
|
@return $value/16px * 1rem;
|
|
} |