mnussbaumer / cssex

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

Functions #15

Closed mnussbaumer closed 3 years ago

mnussbaumer commented 3 years ago

Basic lighten, darken and opacity functions to be available by default. Added rescues to function calls so they don't crash the parser when evaluating. Added tests to it and eex functions to Bug fix on the chain ops that will only be visible when testing multiple chained files.