mnussbaumer / cssex

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

Allow variable values that have spaces and other quirks #51

Closed mnussbaumer closed 6 months ago

mnussbaumer commented 6 months ago

Right now it's not possible to store in CSSex variables css properties/values that have spaces in them.

Example:

$!some_var 1px 1px 5px 10px;
mnussbaumer commented 6 months ago

Solved by https://github.com/mnussbaumer/cssex/pull/53