Keith Grant

Results 58 comments of Keith Grant

I have the same issue: it doesn't work when the file format is PostCSS. I want this format because it gets me the proper syntax highlighting for CSS variables/custom properties.

@alexspeller - Nice! I hope this gets some traction. I love the significant whitespace and lack of keyword noise (prototype, return, this, function) in CS, and _really_ want to see...

For those who haven't seen it, there's a newish white-space significant JS language called Earl Grey, with a significant amount of ES6 support: http://breuleux.github.io/earl-grey/

You can do it by only specifying the `grid-column-end`: ``` grid-column-end: -1; ``` or ``` grid-column: auto / -1; ```

Note: quoted font families work, and are highlighted as strings. But the spec does not require them to be quoted unless they contain certain special characters.

Thanks for taking a look at this! Your change should work. I'll see if I can reproduce that error when I get the time.

I just noticed the date on this 😖. Sorry for the delay!

Thanks for the heads up Life is a bit crazy right now, but I’ll see if I can get this out soon.

I would like to add this. I see two hurdles: First, I’m not sure how to distinguish a note vs full article in Micropub (or is that irrelevant?) Second, it...

Regarding the first issue above: [There's an algorithm for that](https://indieweb.org/post-type-discovery) (basically, give it a title and it should be a full article)