Skip to content

Instantly share code, notes, and snippets.

View nguyenthanh1205tb's full-sized avatar
🎯
Focusing

aaron nguyen nguyenthanh1205tb

🎯
Focusing
View GitHub Profile
@npostulart
npostulart / convert-function.scss
Last active July 18, 2022 14:21
Unit Converting Sass Function
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$baseSize: 16px;
$convertBase: $baseSize;
html {
font-size: percentage($baseSize / 16px);