You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundler: parses generated JS from ReScript and transforms CSS functions generated by PPX back into static CSS. Output is: classnames in.js + CSS code in .css.
Basically, step 2 is reimplementation of Linaria but for ReScript.
It's a lot of work.
The text was updated successfully, but these errors were encountered:
The stumbling blocks of static extraction in ReScript:
In the current state of things, I see no way to implement static extraction with PPX-only. But it can be split in 2 steps:
.js
+ CSS code in.css
.Basically, step 2 is reimplementation of Linaria but for ReScript.
It's a lot of work.
The text was updated successfully, but these errors were encountered: