2.0.4 • Published 10 years ago

flexstyl v2.0.4

Weekly downloads
26
License
ISC
Repository
github
Last release
10 years ago

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
flex styl
// display: flex;

flex line
// display: inline-flex;

flex center
/*
  align-items: center;
  align-content: center;
  justify-content: center;
*/

flex wrap
// flex-wrap: wrap;

flex column
// flex-direction: column;

justify end
// justify-content: flex-end;

justify around
// justify-content: space-around;

align start
// align-items: flex-start;

self auto
// align-self: auto;

flex grow
// flex-grow: 1;
2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago