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

Error with mixed conditional types in a certain scenario #297

Closed bob2517 closed 1 year ago

bob2517 commented 1 year ago

This worked: @if (!empty("{@href}") && $spaMode) {

But this was breaking: @if ($spaMode && !empty("{@href}")) {

This is fixed on the 2.11.2 branch.

bob2517 commented 1 year ago

Live - closing.