mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Fix div prop name in css.mdx * Fix div prop name in yew/website/docs/concepts/basic-web-technologies/css.mdx `styles` is a not existing property in the `div` component. Changed it to `style`