Martin Kavík
Martin Kavík
`css/CSS` API in my drafts is based on @rebo's [Style](https://seed-style-hooks.netlify.app/style_home). Style's API is still changing according to feedbacks but it already works great. I would like to integrate it into...
> The w my wx things makes me feel like something actually is CSS but with changed names, I mean, do we have to rename css properties... again? Especially when...
Hi guys! I was rewriting one Seed app from [Less](http://lesscss.org/) to [Seed Styles](https://seed-style-hooks.netlify.app/style_home). Seed Styles API is still a bit rough, but usable enough. So I've created a new repo...
@nielsle Could you write a simple example? _Note_: I think SCSS is more popular than LESS and there are Rust SCSS/SASS compilers - so we should draw inspiration from SCSS...
I found another possible solution in Tailwind - they use groups, see: - https://tailwindcss.com/docs/hover-focus-and-other-states#group-hover - https://tailwindcss.com/docs/hover-focus-and-other-states#group-focus Probably there is a way to elegantly integrate this concept to Styles. Related: -...
@TatriX do you any experience with them?
@David-OConnor In a nutshell: - It's official low-level browser API which allows you to create custom elements like ``. - There are some callbacks like `connectedCallback` that can be used...
Ad chat - https://github.com/seed-rs/seed-rs.org/issues/22
I did some research about implementation and found a blocker - `wasm-bindgen` isn't smart enough (yet) to create a necessary bridge between the Rust and JS world to create custom...
@lastmjs If I understand you correctly - that's the plan. You would be able to use custom elements as black boxes - it's not important if they were written in/with...