I don't find any mention of it in the documentation or source code.
@whmountains I only worked this out the other day :) it's enabled by gatsby-plugin-glamor, which the using-gatsby-image example is using.
I wonder if it'd be clearer if non-styling examples only used the style and className props, or documented which styling plugin they're using?
@m-allanson -- great idea. Probably not worth it to redo them with vanilla React CSS-in-JS, but documenting them would make a lot of sense.
Yeah, a "reading guide" of sorts added to the starter READMEs sounds great.
cc @shannonbux this ^^ may be related to the recent css doc re org you did the other day.
Thanks! This has been added to a list of things to do :)
On Sat, Jan 27, 2018 at 7:33 AM, Benjamin Hoffman notifications@github.com
wrote:
cc @shannonbux https://github.com/shannonbux this ^^ may be related to
the recent css doc re org you did the other day.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/gatsbyjs/gatsby/issues/3670#issuecomment-360992405,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Ae9o2vhZMruXr9UrTFxrb5winXoyOfchks5tO0GrgaJpZM4RqQ6a
.
Due to the high volume of issues, we're closing out older ones without recent activity. Please open a new issue if you need help!
Most helpful comment
@whmountains I only worked this out the other day :) it's enabled by
gatsby-plugin-glamor, which theusing-gatsby-imageexample is using.I wonder if it'd be clearer if non-styling examples only used the
styleandclassNameprops, or documented which styling plugin they're using?