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

getComputedStyle not working when assigning to dollar variable #281

Closed bob2517 closed 1 year ago

bob2517 commented 1 year ago

Latest branch only.

bob2517 commented 1 year ago

Fixed offline. Was a proxy issue in the core - couldn't access the style get method on the proxy itself. Fix was to use non-proxy variables on all expressions. Will put on branch shortly. There's something additional there currently too offline and I can't remember what that was all about, so need to check it out.

bob2517 commented 1 year ago

Closing in preparation for release.