1.8.9 • Published 4 years ago

gatsby-theme-query v1.8.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Gatsby Theme Query

CircleCI

Gatsby theme for adding a Styled System theme object. You can query your theme using Theme Query directly in your components.

Getting started

  yarn add theme-query theme-ui gatsby-theme-query @emotion/core
// gatsby-config.js
module.exports = {
  plugins: ['gatsby-theme-query'],
};

Shadow the theme with your own

// src/gatsby-theme-query/index.js
export default {
  colors: {
    text: 'magenta',
    background: 'papayawhip',
  },
};
1.8.9

4 years ago

1.8.8

4 years ago

1.8.7

4 years ago

1.8.6

4 years ago

1.8.5

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.13

4 years ago

1.5.13

4 years ago

1.4.13

4 years ago

1.3.13

4 years ago

1.2.12

4 years ago

1.3.12

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago