cssdream / cssgrace

从今天起,写简单优雅面向未来的 CSS。From now on,writing brief,elegant,future-oriented CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add settings

Semigradsky opened this issue · comments

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

Something like

  postcss: [
    cssgrace({
        ieOpacity: false,
        ieInlineBlock: false
    })
  ],

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

+1 here too, especially on image resizing