This project is mainly a mean to learn and practice the Haskell language.
Its goal is to build an (S)CSS formatter inspired by gofmt. The steps to accomplish this will roughly be:
- Create a SCSS AST
- Optionally optimize the code by collapsing and sorting selectors
- Format the styles
- Output a CSS or SCSS
More informations will be added if and when the project actually becomes something real.