Skip to content

rese/sass-flex-mixin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sass-flex-mixin

A collection of Sass mixins for Flexbox layout!

Flex container mixins at a glance:

  • display-flex
  • flex-direction
  • flex-wrap
  • flex-flow
  • justify-content
  • align-items
  • align-content

Flex item mixins at a glance:

  • flex-grow
  • flex-shrink
  • flex-basis
  • flex
  • align-self
  • *order: not included since it can be used right out of the box

Convenience mixins to prefix attributes and values:

  • prefix-attribute
  • prefix-value

About

Sass flexbox mixins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages