cssdream / cssgrace

从今天起,写简单优雅面向未来的 CSS。From now on,writing brief,elegant,future-oriented CSS.
MIT License
593 stars 63 forks source link

Add settings #30

Open Semigradsky opened 9 years ago

Semigradsky commented 9 years ago

It would be nice to be able to disable some features. IE hacks for example.

Something like

  postcss: [
    cssgrace({
        ieOpacity: false,
        ieInlineBlock: false
    })
  ],
qikkeronline commented 9 years ago

:+1: would be great to be able to turn each feature on or off. really don't need some of them. Thanks!

ericorruption commented 9 years ago

+1

asavin commented 9 years ago

+1 here too, especially on image resizing