Skip to content

Instantly share code, notes, and snippets.

View rezafikkri's full-sized avatar

Reza Sariful Fikri rezafikkri

View GitHub Profile
@mmyoji
mmyoji / migrate-npm-to-pnpm.md
Last active November 8, 2024 23:12
Migrate npm to pnpm
@YuMS
YuMS / update-git.sh
Created June 29, 2016 09:28
Update git to latest version on Ubuntu
#!/bin/bash
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git -y
@basham
basham / css-units-best-practices.md
Last active October 9, 2024 20:03
CSS Units Best Practices

CSS units

Recommendations of unit types per media type:

Media Recommended Occasional use Infrequent use Not recommended
Screen em, rem, % px ch, ex, vw, vh, vmin, vmax cm, mm, in, pt, pc
Print em, rem, % cm, mm, in, pt, pc ch, ex px, vw, vh, vmin, vmax

Relative units

Relative units