Expand description
This crate provides style macro for scoped css in rust web frameworks which follows component like architecture e.g Leptos.
Macrosยง
- style
- style macro take any valid css as input and returns a unique class name. For examples see: https://github.com/abishekatp/stylers
- style_
sheet - style_sheet macro take css file path as a string input and returns a unique class name. For examples see: https://github.com/abishekatp/stylers
- style_
sheet_ str - style_
str