mirror of
https://github.com/GamingShitposting/SalaMuseoGames
synced 2025-06-05 21:59:30 +02:00
4 lines
62 B
SCSS
4 lines
62 B
SCSS
@function rem($pixels) {
|
|
@return ($pixels / 16px) * 1rem;
|
|
}
|