mirror of
https://github.com/GamingShitposting/SalaMuseoGames
synced 2025-02-24 07:38:20 +01:00
4 lines
62 B
SCSS
4 lines
62 B
SCSS
@function rem($pixels) {
|
|
@return ($pixels / 16px) * 1rem;
|
|
}
|