Skip to content

Instantly share code, notes, and snippets.

View dr2009's full-sized avatar
๐Ÿ‘
type-safe

dr2009 dr2009

๐Ÿ‘
type-safe
View GitHub Profile
.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.flex.flex--reverse {
-webkit-box-orient: horizontal;