Skip to content

Instantly share code, notes, and snippets.

View perfmjs's full-sized avatar
🎯
Focusing

tony perfmjs

🎯
Focusing
View GitHub Profile
sudo npm update npm -g
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.flex.flex--reverse {
-webkit-box-orient: horizontal;