bem-flex
A simple flex helper SASS with BEM fashion.
For now, only SASS is supported.
Install
- Install the package
npm i --save bem-flex
- Add the SCSS file in your project's SCSS file, etc.
;
Example
<!-- display: flex --> <!-- flex: 1 --> Hello World <!-- self-align: center --> Click me
API
.display--flex
.flex--center
.flex--end
.flex--column
.flex-wrap--nowrap
.flex-wrap--wrap
.flex-wrap--wrap-reverse
.flex--one
.flex--two
...
.flex--eleven
.flex--twelve