mnussbaumer / cssex

An Elixir based and opinionated way to write CSS
MIT License
20 stars 0 forks source link

Refactored the parser to use charlists #18

Closed mnussbaumer closed 3 years ago

mnussbaumer commented 3 years ago

Fixed function argument parsing that was borked when arguments contained themselves commads, such as rgb(0,0,0)

Expanded the @include tests but still not finished, needs a way to test the contents are correct although it seems to be functioning as it should

Added error output to the watcher when changes produce errors

Removed the last semi-colon on blocks