maximkoretskiy / postcss-initial

PostCSS plugin to fallback initial keyword
MIT License
187 stars 11 forks source link

Compress properties #1

Closed ai closed 9 years ago

ai commented 9 years ago

For example

  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;

can be replaced by:

  margin: 0;
maximkoretskiy commented 9 years ago

@ai done

ai commented 9 years ago

You forget to update docs

maximkoretskiy commented 9 years ago

@ai complete

ai commented 9 years ago

@maximkoretskiy nope, you broke example in last commit ;)

maximkoretskiy commented 9 years ago

It looked to huge). Recovered

maximkoretskiy commented 9 years ago

@ai Is it fine now?

ai commented 9 years ago

Yeap