medor.maquette
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

mixins.less
text/plain

Download raw (194 bytes)

/**
 * Mixins
 * ======
 */

.flow-into(@flow) {
    -webkit-flow-into: @flow;
            flow-into: @flow;
}

.flow-from(@flow) {
    -webkit-flow-from: @flow;
            flow-from: @flow;
}