Skip to content

Commit

Permalink
feat(gatsby-recipes): add two new recipes to menu (#23483)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Apr 25, 2020
1 parent 2c69199 commit 5d40eea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/gatsby-recipes/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,21 @@ const RecipesList = ({ setRecipe }) => {
value: `emotion.mdx`,
},
{
label: `MDX Pages`,
label: `Add support for MDX Pages`,
value: `mdx-pages.mdx`,
},
{
label: `Add support for MDX Pages with images`,
value: `mdx-images.mdx`,
},
{
label: `Add Styled Components`,
value: `styled-components.mdx`,
},
{
label: `Add Tailwind`,
value: `tailwindcss.mdx`,
},
{
label: `Add Sass`,
value: `sass.mdx`,
Expand Down

0 comments on commit 5d40eea

Please sign in to comment.