csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.29k stars 457 forks source link

Added flex property to the config #468

Closed BorodinDK closed 8 years ago

BorodinDK commented 8 years ago

Trabl

div {
  background: white;
  text-align: right;

  flex: 1;
}

flex property: https://www.w3.org/TR/2016/CR-css-flexbox-1-20160301/#flex-property

ks-emmure commented 8 years ago

That's what I lacked.

tonyganch commented 8 years ago

@BorodinDK, hi! Can you please reopen this PR for dev branch?

tonyganch commented 8 years ago

@BorodinDK, never mind, merged into dev. Thank you 🐙