mirror of
https://github.com/tabler/tabler.git
synced 2026-08-05 01:44:41 +04:00
4 lines
57 B
SCSS
4 lines
57 B
SCSS
@function px2rem($px) {
|
|
@return ($px / 16px) * 1rem;
|
|
}
|