kezzbracey / RDBL

A simple script to help you design "Readable First" responsive layouts
MIT License
14 stars 4 forks source link

How's that chrome support coming along? #1

Open samlevin opened 9 years ago

samlevin commented 9 years ago

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

kezzbracey commented 9 years ago

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.

samlevin commented 9 years ago

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 notifications@github.com 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.

kezzbracey commented 9 years ago

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.