lsdsjy / prettier-plugin-stylus

Prettier plugin for Stylus.
17 stars 2 forks source link

Rest params are removed after formatting #2

Closed JounQin closed 2 years ago

JounQin commented 2 years ago
// before
shadow(offset-x, args...)
  box-shadow: offset-x args
  margin-top: offset-x
// after
shadow(offset-x, args)
  box-shadow: offset-x args
  margin-top: offset-x
lsdsjy commented 2 years ago

fixed in prettier-plugin-stylus@0.0.1-beta.3