-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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
|
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. |
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
The text was updated successfully, but these errors were encountered: