abishekatp / stylers

Fully compile time scoped CSS for Leptos components
MIT License
139 stars 13 forks source link

Style modularized #15

Closed abishekatp closed 1 year ago

abishekatp commented 1 year ago

Added new macros style_str! and style_sheet_str! which will return (class_name, style_val) instead of writing style_val to the separate css file. This issue what opened by @WafflePersonThing here.