1.8.9 • Published 6 years ago
gatsby-theme-query v1.8.9
Gatsby Theme Query
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
6 years ago
1.8.8
6 years ago
1.8.7
6 years ago
1.8.6
6 years ago
1.8.5
6 years ago
1.8.4
6 years ago
1.8.3
6 years ago
1.8.2
6 years ago
1.8.1
6 years ago
1.8.0
6 years ago
1.7.0
6 years ago
1.6.13
6 years ago
1.5.13
6 years ago
1.4.13
6 years ago
1.3.13
6 years ago
1.2.12
6 years ago
1.3.12
6 years ago
1.1.12
6 years ago
1.1.11
6 years ago
1.1.10
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago