Chris Coyier

Results 32 issues of Chris Coyier

Example: Type "width" + TAB. It will Emmet-out to "widows: " See: ![width](https://cloud.githubusercontent.com/assets/69156/19833253/e8f9bca2-9e00-11e6-91ca-4d8a78e57ffe.gif) It differs from how Emmet works in Sublime Text. Maybe that's good? Maybe it's some newer code...

Email from Andreas Doelling who didn't have a GitHub account and wanted to leave a comment: ............ I _think_ I have discovered a bug in the new version (1.8.6) of...

Enhancement
Bug

Change by Brian LePore to add a class to the input when the datalist is open or not. I don't think I'm gonna merge it in as it's not really...

## Articles - [ ] https://www.sethvargo.com/secrets-in-serverless/ ## Forms - [ ] https://formstatic.dev/ - [ ] https://statickit.com/ - [ ] https://www.formmonkey.io/ ## Search - [ ] https://www.elastic.co/products/site-search ## CI / CD...

It's nice that we can provide ID's of particular posts to enable Gutenburg on, but I would think in the spirit of "ramping", it would be cool to enable Gutenberg...

Context: https://github.com/Automattic/gutenberg-ramp/issues/78

If you TAB after a fully-written CSS property, it has weird effects: ```css body { background-color[CURSOR] } ``` Then press tab, you get: ```css body { background: color; } ```...

So Command-D in "normal" emmet does outward-expansion. But in CodeMirror, if you turn on the official Sublime Text bindings: https://codemirror.net/demo/sublime.html Then Command-D gets replaced with "select next occurrence" (`selectNextOccurrence`). Because...

Updating to [CodePen's official documented format](https://blog.codepen.io/documentation/templates/#api) for starting Pens with prefilled content. There is also [a Prefill API](https://blog.codepen.io/documentation/prefill/), but that requires a POST, so this URL format is easier to...

CLA Signed