RDBL icon indicating copy to clipboard operation
RDBL copied to clipboard

How's that chrome support coming along?

Open samlevin opened this issue 9 years ago • 3 comments

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

samlevin avatar Jun 24 '15 05:06 samlevin

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.

kezzbracey avatar Jun 24 '15 06:06 kezzbracey

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.

samlevin avatar Jun 24 '15 06:06 samlevin

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.

kezzbracey avatar Jun 24 '15 07:06 kezzbracey