Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created October 19, 2020 11:59
Show Gist options
  • Save chetanraj/5174b32ee4c490738d06ceaaf557d3dd to your computer and use it in GitHub Desktop.
Save chetanraj/5174b32ee4c490738d06ceaaf557d3dd to your computer and use it in GitHub Desktop.
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
{
resolve: `gatsby-remark-classes`,
options: {
classMap: {
"heading[depth=1]": "text-2xl",
"heading[depth=2]": "text-xl",
"paragraph": "text-base"
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment