mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Frontend: Add flex-direction mixin.
This commit is contained in:
@@ -79,6 +79,11 @@
|
||||
flex-wrap: @props;
|
||||
}
|
||||
|
||||
.flex-direction(@props) {
|
||||
-webkit-flex-direction: @props;
|
||||
flex-direction: @props;
|
||||
}
|
||||
|
||||
.display-flex() {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user