Phil Steer

Results 4 issues of Phil Steer

The output for the native Clearfix outputs a ```:after``` which should be ```::after``` as per CSS3 spec. [Browser support](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) is IE9+, FF 3.5+, Edge, Safari and Chrome so should not...

Usually, I'd be able to do something similar to this: ```jsx import React from 'react'; import { graphql } from 'gatsby'; const ComponentName = ({ data }) => { return...

The example in the README is for .eco templates, but I can't see how exactly it'd work with Handlebars or AN Other templating language - can you update the docs...