Tyson Gach
Tyson Gach
`max-device-width` is a deprecated media feature and throws an error in the CSS Validator: > Deprecated media feature `max-device-width`. For guidance, see the > Deprecated Media Features section in the...
I’d love for Administrate to be as accessible, as possible. We’ve done some work in that area already: https://github.com/thoughtbot/administrate/pull/51, https://github.com/thoughtbot/administrate/pull/380, https://github.com/thoughtbot/administrate/pull/410, https://github.com/thoughtbot/administrate/pull/416. But there is more work to be done....
**Describe the bug** The polyfill appears to be stripping `data` attributes. Without the polyfill, my `link` looks like this: ```html ``` And when I add the polyfill, I get this:...
**Describe the bug** I have an existing Rails application that I just upgraded from v0.1.0 to v0.2.0 and I’m now getting security warnings in the console: ``` Security Error: Content...
Hello, I’ve just installed the gem into a Rails app and without passing in any options, Commonmarker is generating HTML headings with an anchor link inside of them: ``` %...