You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch rethinks the architecture of Garden in terms of well
defined boundaries between parsing and compiling. Instead of
directly compiling objects into CSS, Garden will first parse the objects
into a CSS AST which can then be consumed by the compiler. This
architecture is closer to what one might expect to find in a
programming language implementation setting. This new architecture
yields greater flexibility to introduce new features and semantics
while vastly simplifying the work of the compiler.
As a result many requested features and solutions to bugs have now
been either implemented, solved, or are now trivial to implement or
solve.
Changelog updates forthcoming.
Closes#31Closes#109Closes#115Closes#116Closes#119Closes#120Closes#121
I tried:
(at-keyframes :my-keyframes [(u/percent 10) {:foo :bar}])
But it did not work, the string representation of the unit itself was printed into the css.
I expected units to work here too.
The text was updated successfully, but these errors were encountered: