Hey,
I created a small library so I can keep my CSS and JavaScript files in my Phoenix project formatted.
The formatter uses Prettier behind the scenes to format the files. You will need to have npm
installed so the formatter can install Prettier.
You can check it out here: prettier_formatter | Hex