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

Add reload option to location command #338

Closed bob2517-whiteline closed 10 months ago

bob2517-whiteline commented 1 year ago

Example:

location: reload;

This would most likely be the equivalent of location.reload().

Currently achieved in ACSS by this:

run: {= location.reload(); =};
bob2517 commented 10 months ago

Closing pending release.