matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Supports all stylelint options #219

Closed gucong3000 closed 7 years ago

gucong3000 commented 7 years ago

Examples

postcss([
  stylefmt({
    config: myConfig,
  })
])
postcss([
  stylefmt({
    configBasedir: "/path/to/config",
    configFile: "config/stylelint.json",
  })
])