0.1.3 • Published 4 years ago

gatsby-remark-jh-inline-svg v0.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

gatsby-remark-jh-inline-svg

This plugin is designed for use with the gatsby-plugin-mdx.

First, install via NPM:

npm install gatsby-remark-jh-inline-svg

Then add to gatsby-config.js:

module.exports = {
    plugins: [
        {
            resolve: 'gatsby-plugin-mdx',
            options: {
                gatsbyRemarkPlugins: [
                    {
                        resolve: 'gatsby-remark-jh-inline-svg',
                        options: {
                            colors: {
                                '#fafafa': 'var(--myColor)'
                            }
                        }
                    }
                ]
            }
        }
    ]
}
0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago