Henrique Erzinger
Henrique Erzinger
Why? It doesn't seen to me that you should use a relative unit here, since the media is measured in pixels anyway.
Yeah, I'm convinced. It's good enough to assume 16px as a base and let it all scale accordingly when needed. And if you use inuit's font-size mixim, you're already defining...
Yes. Just add `contenteditable="false"` (the html attribute) to the table element.
I found this issue while looking for something else, but for your case you might be able to achieve that by using `editor.stopSelectionUpdates()` before the action you don't want the...
Yes, it works wonders whenever the section is the same height as the viewport, but when it's bigger I want to be able to let the user scroll inside it...
I realize this is old, but I came across this issue looking for something else, and I have something to add: Since the inception of inuitcss, this grid concept always...
I used this solution for a while in my project, but it stopped working with universal in version 6. I confirmed that the stripTraillingSlash is returning what it should, but...