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

Investigate doing a cut-back Chrome extension-friendly version of the core #245

Closed bob2517 closed 9 months ago

bob2517 commented 2 years ago

There could be a cut-back version of the core which doesn't have any JS eval-type logic. That sort of code unfortunately fails Chrome security tests and wouldn't pass the Chrome store qualifications when adding extensions that use it. It's going to remove a lot of functionality but would probably still be useful and worth checking out. Could be useful to have when getting back onto the DevTools extension, as well as providing an extremely streamlined version for devs who only need the basic commands for a project.

bob2517 commented 9 months ago

Closing.