matype / stylefmt

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

configuration in plugin definition #324

Open Announcement opened 6 years ago

Announcement commented 6 years ago

readme.md

postcss([
  stylefmt
])

question

this doesn't error, but doesn't seem to work. my question is, why does this module not accept inline configuration like other modules, and can we add it; may I just be doing something wrong?

postcss([
  stylefmt({'block-opening-brace-newline-before': 'always'})
])