Laurent Payot

Results 136 comments of Laurent Payot

Update: my above fix is actually working for non-touch devices only. To make it work also for touch devices just add the following below it: ```scss @media(hover: none) { .dropdown...

You can redefine default Spectre color variables: https://picturepan2.github.io/spectre/getting-started/custom.html#variables

[Tailwind is not for me](https://dev.to/jaredcwhite/why-tailwind-isn-t-for-me-5c90) so I switched to [Beercss](https://www.beercss.com/) and I’m quite happy: https://github.com/picturepan2/spectre/issues/673#issuecomment-942164213

@Vectrex please do not overreact simply because I put a link to a critical article about your framework of choice. As you said YMMV. I was just mentioning "something else"...

@Vectrex > search-and-replaces with some rework afterwards That's what I call a total rewrite. > I[n] case components share the same name (chips, modals, cards, etc.) it might be even...

@sciborrudnicki beware of copyright stuff, the author was angry after a fork: https://github.com/picturepan2/spectre/issues/634

@salamwaddah Sure. I was talking about the "License and copyright notice" condition from the MIT licence. You cannot do _anything_, you have to respect that condition.

@sciborrudnicki Oh I see, no [CC by](https://creativecommons.org/licenses/by/2.0/) like clause. Yep you can do pretty much everything.

@cafc3 you can fix this by adding the following style: ```css .meter { appearance: meter; } ```

I’m still using it in my current project because even if I had to fix myself a few bugs Spectre is still the best bang for the byte of all...