Skip to content

Instantly share code, notes, and snippets.

View nguyenthanh1205tb's full-sized avatar
🏠
Working from home

aaron nguyen nguyenthanh1205tb

🏠
Working from home
View GitHub Profile
@npostulart
npostulart / convert-function.scss
Last active December 3, 2024 13:11
Unit Converting Sass Function
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$baseSize: 16px;
$convertBase: $baseSize;
html {
font-size: percentage($baseSize / 16px);