Closed P233 closed 7 years ago
Hi Aleks,
I created an Emacs package to use the command line command (e.g. postcss -u postcss-sorting -c ~/.postcssrc.json) to sort the current css buffer in Emacs.
postcss -u postcss-sorting -c ~/.postcssrc.json
The GitHub repo is https://github.com/P233/postcss-sorting.el It's available on melpa.
Could you please consider to add it in the REAME?
All the best, Peiwen
Thank you for making this plugin!
Added to readme :)
Hi Aleks,
I created an Emacs package to use the command line command (e.g.
postcss -u postcss-sorting -c ~/.postcssrc.json
) to sort the current css buffer in Emacs.The GitHub repo is https://github.com/P233/postcss-sorting.el It's available on melpa.
Could you please consider to add it in the REAME?
All the best, Peiwen