jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.32k stars 605 forks source link

update theme documentation #743

Closed M0nica closed 4 years ago

M0nica commented 4 years ago

I updated the theme documentation as the import statements were outdated and how to set the them was a bit unclear.

Relates to: https://github.com/jxnblk/mdx-deck/issues/741 and https://github.com/jxnblk/mdx-deck/issues/699

M0nica commented 4 years ago

I have a .prettierrc with the following configuration

{
  "semi": false,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": true
}

although there were additional formatting changes in the diff. Do I need to update my linting config?

M0nica commented 4 years ago

Closing as this was resolved in another PR https://github.com/jxnblk/mdx-deck/pull/744