Matt Stow
Matt Stow
Need to investigate and implement [true](https://github.com/oddbird/true) to unit test everything!
If you customise a `$type` variable like `$hu-height-types`, `hu-append` a list/map of per-project heights and then accidentally do it twice (for instance, by `@import`ing the custom `hu-height` partial twice`, the...
`:focus`, `:hover` and `:hocus` and states like `is-selected` both have a specificity of 020, so states always trump hocus on source order. Should hucssley support states that are hocused like...
[Tailwind](https://github.com/tailwindcss/tailwindcss/blob/master/src/plugins/css/preflight.css#L191) resets the `font-family` of `code`, `kbd`, `pre` and `samp` to a nicer stack than that of the browser default. Should Hucssley add a similar variable like it does for...
For implementation details, see https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-ms-high-contrast
I've read through quite a few of the open issues and PRs about "blocks" etc, but I'm unclear whether they solve my particular problem, or whether my problem is already...
Added support for Firefox 4 & 5. Removed IE as these classes get added via conditional comments
I've written a post explaining that it doesn't work here: http://mattstow.com/responsive-design-in-ie10-on-windows-phone-8.html You need to use this instead: ``` @media (max-width: 400px) { /* or 25em to be "responsibly responsive" */...
issue: When using reValidateMode: 'onBlur', the form doesn't submit when its single error is fixed
### Version Number 7.51.4 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/react-hook-form-handlesubmit-v7-forked-wkshgg?file=%2Fsrc%2Findex.jsx ### Steps to reproduce When using `reValidateMode: 'onBlur'` and your form has 1 error, if your blur event is also clicking the...
Selecting text and pressing space still obscures it behind the header in IE11 Modern & Desktop :(