Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How's that chrome support coming along? #1

Open
samlevin opened this issue Jun 24, 2015 · 3 comments
Open

How's that chrome support coming along? #1

samlevin opened this issue Jun 24, 2015 · 3 comments

Comments

@samlevin
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

@kezzbracey
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants