0.0.2 • Published 4 years ago

@pauliescanlon/gatsby-remark-grid-sytem v0.0.2

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

gatsby-remark-grid-system

gatsby-remark-grid-system is a plugin that...

Motivation

👁️ Preview

🚀 Getting started

Install

npm install @pauliescanlon/gatsby-remark-grid-system

Setup

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

OptionTypeReqiuredDefaultDescription
breakpointsarrayno576, 768, 992, 1200bootstrap inspired breakpoings
gutterWidthnumberno30gutter width ...
...
plugins: [
  {
    resolve: `@pauliescanlon/gatsby-remark-grid-system`,
    options: {

    },
  },
]

✨ Styling

📝 Markdown