mnussbaumer / cssex

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

Finished Implementation of the test cssex framework #19

Closed mnussbaumer closed 3 years ago

mnussbaumer commented 3 years ago

Changed the parser to allow writing the css directly instead of returning a binary, it can still return a binary if no final file is given

Changed the watcher to make use of this so it no longer has to worry about writing the files

Added echecks for when attributes that are missing either key or value are parsed whereas before an attribute color: ; would work

Changed the task to make use of the write into file directly in the same vein as the watcher

Refactored the final output steps as part of that