Christian Oliff
Christian Oliff
`is-credit-card` isn't the right name for that option. Credit cards can't begin with a zero anyway. I'm not sure what the best name would be though ... `allow-leading-zero` ?
This could be fixed with a little bit of JavaScript. I tested this for Modus Bootstrap. Screenshot:  Fix: ```css .form-range::-moz-range-track{background:linear-gradient(to right, #0063a3 0%, #0063a3 var(--value, 0%), #dee2e6 var(--value, 0%),...
A less good alternative is to use a simple, native form range with the `accent-color:` CSS to use the correct Modus blue.  Live demo: https://codepen.io/coliff/pen/mdZyzLe ```css input[type="range"] { accent-color:...
Originally reported via Google Chat channel: 
This is partially fixed with CSS. Visually appears disabled and has no pointer-events.. but it can be tabbed into. We should leave this ticket open as a JavaScript based fix...
Build failing: 
> > Build failing:  > > @coliff May i know, what may be the reason, I ran lint already, apart from style, I haven't touched any part `npm run...
I'm not sure about that Puppeteer error. Check the Node version you have and use Node v16 if possible. Also please squash commits in your PR if you can and...
bump :-)
yep, I'm still considering it. Awesome lists are supposed to be just awesome stuff that the author recommends, but I've never used that service before so I'm unsure if I...