0.0.2 • Published 6 years ago
@pauliescanlon/gatsby-remark-grid-sytem v0.0.2
gatsby-remark-grid-system
gatsby-remark-grid-system is a plugin that...
Motivation
👁️ Preview
🚀 Getting started
Install
npm install @pauliescanlon/gatsby-remark-grid-systemSetup
Add gatsby-transformer-remark to your gatsby-config.js then add @pauliescanlon/gatsby-remark-grid-system as a plugin of that 😅
module.exports = {
...
plugins: [
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`@pauliescanlon/gatsby-remark-grid-system`],
},
},
],
}Options
| Option | Type | Reqiured | Default | Description |
|---|---|---|---|---|
| breakpoints | array | no | 576, 768, 992, 1200 | bootstrap inspired breakpoings |
| gutterWidth | number | no | 30 | gutter width ... |
...
plugins: [
{
resolve: `@pauliescanlon/gatsby-remark-grid-system`,
options: {
},
},
]