bem-flex
v1.1.0
Published
A simple flex helper SASS with BEM fashion
Downloads
5
Readme
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.
@import "node_modules/bem-flex/main";
Example
<div class="display--flex"> <!-- display: flex -->
<div class="flex--one"> <!-- flex: 1 -->
Hello World
</div>
<button class="flex--center"> <!-- self-align: center -->
Click me
</button>
</div>
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