RDBL
RDBL copied to clipboard
How's that chrome support coming along?
I really enjoyed your article on readability-first design, and this corresponding tool. Here's to hoping that it works for chrome at some point, too!
Sam
Hey Sam,
Glad you liked it!
Tbh I hadn't actually come back to revisit this, but I'm coming close to releasing some new design / build tools so it might be great to get this going cross browser to accompany them.
Thanks for the update. As a long-time software developer that is new to CSS (specifically OOCSS), I found your tutorial to be incredibly informative and pragmatic. Guess I'll have to develop on firefox for a bit. At least while I create breakpoints, anyhow, haha.
Sam Levin Sent from my iPhone
On Jun 24, 2015, at 2:18 AM, Kezz B [email protected] wrote:
Hey Sam,
Glad you liked it!
Tbh I hadn't actually come back to revisit this, but I'm coming close to releasing some new design / build tools so it might be great to get this going cross browser to accompany them.
— Reply to this email directly or view it on GitHub.
Awesome to hear! :-)
The tricky part with cross browser support on this is that Chrome doesn't support document.styleSheets, which the script uses to read and parse your stylesheet.
However I've gotten right into working with NPM since creating that article and I'm thinking there might be potential to put something together using it, possibly with PostCSS, to parse the CSS instead.