Skip to content

gatsby-plugin-theme-ui, add path option #1355

Closed
@fcisio

Description

@fcisio

Is your feature request related to a problem? Please describe.
Not a problem, but it would be nice to be able to specify the theme path with an option.

The default path is src/gatsby-plugin-theme-ui/index.js

Describe the solution you'd like
Something like:

{
    resolve: 'gatsby-plugin-theme-ui',
    options: {
        path: 'src/theme/index.js'
    },
},

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions