Kushagra Gour
Kushagra Gour
@PythonCow I had the comment written in 2017, but damn this Github UI, they were in "pending" state till today. Sorry!
This is live now. Console state is preserved.
Thanks for the contribution @PaulvdDool 🙇 This took a while to get merged 😅 PS: merged it manually since it was out of date
@sureshkumarAQ The selectors in the `hint-core.scss` file will need tweaking. In case the `aria-label` is empty, the `:after` element doesn't show because of undefined `content` value (`content: attr(aria-label)`). But the...
I can't approve because I am the maintainer :) But I approve here.
Another method is passing the output from css-tree to something like lightningcss. Works well!
Is Mini Colors better than the default color picker of Inlet.js?
This sounds really exciting...just what we need in a team! Applied!
This is because superplaceholder doens't export anything. You can import it without expecting out of it and then use `window.superplaceholder` instead: ``` import 'superplaceholder'; window.superplaceholder({ el: document.querySelector('input'), sentences: ['Something to...
Seems like it's time to update Esprima. Will check with latest Esprima and update here.