abishekatp / stylers

Fully compile time scoped CSS for Leptos components
MIT License
135 stars 11 forks source link

Stylers-1.0.0-alpha #35

Open abishekatp opened 1 year ago

abishekatp commented 1 year ago

The current implementation of the style macro has some limitations which may cause some future problems as we discussed in this issue by @bluenote10 . Some problems which I have solved in this new version are as follows,

Extra steps needed by the users

Steps needed before stable version release

sambonbonne commented 1 year ago

Is it planned to fix https://github.com/abishekatp/stylers/issues/25 (macros break using SSR in Leptos) for the first alpha realease?

Edit: after testing, it seems the new style! macro implementation fixes this on https://github.com/abishekatp/stylers/pull/36 and I understand it will be merged before 1.0.0-alpha so I have my answer.