Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Issue with new combinators #289

Closed bob2517-whiteline closed 1 year ago

bob2517-whiteline commented 1 year ago

Something's busted on this - not working on a specific project - investigate. Failing scenario basic "& < div".

bob2517 commented 1 year ago

Repeatable - face palm.

bob2517 commented 1 year ago

Fixed on the 2.11.1 branch for combinators that don't have any other special ACSS combinators following it, so that should be ok for most use cases.

Need to set up some more tests for these, so I won't do a release until that is done. Progress will be spotty during the week.

Meanwhile, if anyone sees any errors, let me know in this issue and it will save me hunting for them.

bob2517 commented 1 year ago

Better fix added to branch. Still tests to do though.

bob2517 commented 1 year ago

Closing pending release.