Michael Rhodes

Results 8 comments of Michael Rhodes

Yeah, you’re right, Chrome 37, Firefox 30, Safari 6.1, and Opera 12.16 all remove the whitespace around `` and ``. As for the extra whitespace before ``, that is really...

@ixti Have you seen [Raynos/min-document](https://github.com/Raynos/min-document) or [fgnass/domino](https://github.com/fgnass/domino)? At first glance it seems like the former might work for you, but if not, the latter is more spec-complete.

I’ve found that [Fira Mono](https://github.com/mozilla/Fira)/[Fira Code](https://github.com/tonsky/FiraCode) is decently complementary: ![inria-sans-fira-code](https://user-images.githubusercontent.com/771995/90950345-c387be00-e493-11ea-8e10-c11b1fd136ae.png) Fira’s letterforms are a little less square, and its weights don’t quite match those of Inria, but with some tweaking...

Just wondering if this is going to land soon? I believe the missing dependency is preventing me from installing heml with [pnpm](https://github.com/pnpm/pnpm). (it does technically install, but running `heml -h`...

No worries! I’ve temporarily worked around the issue, so it’s no biggie. ```js $ heml -h module.js:472 throw err; ^ Error: Cannot find module 'postcss-selector-parser' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load...

I should also add that I love this project, so thanks for your work! :)

Okay, so I followed those instructions, and it worked on both the `master` and `small-packages-fixes` branches, so I changed all the `npm` references to `pnpm` (including inside all the npm...

Hey, sorry for the super late response—for some reason I’m not watching a lot of my older repositories, so I didn’t notice this issue until just now. I’ve just published...