Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

34 Commits

Repository files navigation

flexstyl

simpler flex syntax
stylus simple-flex implementation

installation

cdn - flex.styl

npm

npm i flexstyl # --save

@import

@import'path_to_flex.styl'// or
@import'../node_modules/flexstyl/flex'// or
@import'~flexstyl/flex'// webpack// just import flex.styl regardless whence
flexstyl// display: flex;flexline// display: inline-flex;flexcenter/* align-items: center; align-content: center; justify-content: center;*/flexwrap// flex-wrap: wrap;flexcolumn// flex-direction: column;justifyend// justify-content: flex-end;justifyaround// justify-content: space-around;alignstart// align-items: flex-start;selfauto// align-self: auto;flexgrow// flex-grow: 1;

About

simpler flex syntax, stylus simple-flex implementation

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages