enb / enb-stylus

Stylus related techs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoprefixer option

blond opened this issue · comments

Add autoprefixer option to css-stylus tech. Need support browsers config.

Boolean | {{ browsers: String[] }}. The default value is false.

  • If false — do nothing.
  • If true — autoprefix with default browsers or config.
  • If autoprefixer.browsers — autoprefix with specified browsers.

Closed by #77