Skip to content

A toy project to practice Haskell intended to build an SCSS formatter.

Notifications You must be signed in to change notification settings

EnthusiasticCode/cssfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

cssfmt

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:

  1. Create a SCSS AST
  2. Optionally optimize the code by collapsing and sorting selectors
  3. Format the styles
  4. Output a CSS or SCSS

More informations will be added if and when the project actually becomes something real.

About

A toy project to practice Haskell intended to build an SCSS formatter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published