0.5.0 • Published 7 years ago

flow.css v0.5.0

Weekly downloads
3
License
CC0-1.0
Repository
github
Last release
7 years ago

flow.css

npm install flow.css

@import all

@import 'node_modules/flow.css/flow';

@import incrementally

@import 'node_modules/flow.css/display';
@import 'node_modules/flow.css/clear';
@import 'node_modules/flow.css/float';

Classes

display

Classes are named to represent the full display values

ClassValueFull value
.inline-flowinlineinline flow
.inline-rootinline-blockinline flow-root
.inline-tableinline-tableinline table
.block-flowblockblock flow
.block-rootflow-rootblock flow-root
.block-tabletableblock table

float

  • .float-none
  • .float-left
  • .float-right
  • .float-start
  • .float-end

clear

  • .clear-none
  • .clear-left
  • .clear-right
  • .clear-both
  • .clear-start
  • .clear-end
  • .clear-after
0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago