flexless-mirror

0.0.1 • Public • Published

Flex.Less

A less mixin for flexbox.

Available Mixins

The mixin names and their values correspond to the official draft.

  • display
  • justify-content
  • align-items
  • align-self
  • align-content
  • order
  • flex
  • flex-grow
  • flex-shrink
  • flex-basis
  • flex-direction
  • flex-wrap
  • flex-flow

Browser Compatability

In Firefox < 22 you need to add the following snippet to every element that you set display: flex.

/*
 * Legacy Firefox implementation treats all flex containers
 * as inline-block elements.
 */
@-moz-document url-prefix({
    #selector {
        width: 100%;
        -moz-box-sizing: border-box;
    }
}

Sources

Readme

Keywords

none

Package Sidebar

Install

npm i flexless-mirror

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • zhangdaiping