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 evaluating var containing double quote inside a string #342

Closed bob2517 closed 10 months ago

bob2517 commented 11 months ago

This was causing an error at JS evaluation due to the double quote inside of the variable clashing with the quotes of the string at substitution time:

    $something: "This is a double quote, \".";
    render-after-begin: "{$something}";
    console-log: "$something: {$something}";

This should now be fixed on the branch.

bob2517 commented 10 months ago

Closing pending release.