Sobral

Results 192 comments of Sobral

Yes, it does. There's a config for custom CSS.

Oh, cool! Thank you for considering. I guess I'm making some fuzz here, like I did on SASS Modular Scale. Maybe I need a hobby. --- Given `even()` and `factor-of(2)`...

Would you accept a PR, @danielguillan ?

I've found a use for that! ```scss &:last-child { border-bottom: 0; } @media screen and(min-width: 40.5em) { // 648px @include my.last-row(2) { border-bottom: 0; } } @media screen and(min-width: 59.25em)...

@danielguillan , would you accept a PR?

Like me, there's a lot of devs having issues with Metabase. This could be fixed like this, then: ```js iFrameResize({ heightCalculationMethod: '#root' }, '#metabase'); ``` It would be much more...

Oh, I see! ```js var data = initMsg.slice(msgIdLen).split(':') ``` And: ```js var data = msg.slice(msgIdLen).split(':') ``` (Why not to encode as JSON, @davidjbradshaw ? To save some bytes?) ~~However, as...

> The message format is compatible back to version one, so that the two JS files don’t need to be matching versions. This is great! I respect that! --- >...

> If you pass a selector from the parent page, then this is no longer in the direct control of the iframe and could possibly be miss-used. Even if we...