Chris Coyier

Results 65 comments of Chris Coyier

It's been so long since CSS3, the list is pretty deep. The big ones: - Flexbox - Grid - Custom Properties - Variable Fonts - Logical properties smaller: - Filter...

> @codepen @chriscoyier Is there a fix coming for this? LibSass is [officially deprecated](https://sass-lang.com/blog/libsass-is-deprecated), and yet, many of us who are building Sass/SCSS products on CodePen are forced to either...

Link dump... Skip to content links: http://www.nczonline.net/blog/2013/01/15/fixing-skip-to-content-links/ Color contrast: http://leaverou.github.com/contrast-ratio/ Icon fonts: http://symbolset.com/ http://css-tricks.com/html-for-icon-font-usage/

Ooops I didn't mean to close this. Seems to still be an issue. Another possibly-related issue is related to template literals. Code like this: ```js function returnHTML() { return `...

A big ol +1 from me here, for the context of CodePen and offering Less as a language. We can run a fork of Less that patches/removes `@plugin`, but of...

Not sure if +1ing is faux paux or whatever but I'll note I'm seeing the same and really prefer keeping a clean console.

This just bit me. ``` @media (prefers-reduced-motion: no-preference) { .site-footer { animation: spin linear both; animation-timeline: scroll(); } } ``` turns to ``` @media (prefers-reduced-motion: no-preference) { .site-footer { animation-timeline:...

Curious about themes in general. Say one wanted to make a theme for Pinafore, beyond just "dark" or "light". Out of scope?

My whole thinking was just that social media, ideally to me anyway, is fun. And themes can bring the fun. This could be wildly out of scope here, so nbd....

> In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for...