Toast
Resources
- Intro to Toast: https://m-allanson-garden.netlify.app/intro-to-toast
- Benjamin Lannon's Portfolio: https://github.com/lannonbr/Portfolio
- Tony Alves template: https://github.com/talves/toast-template
- Toast example site Prince: https://github.com/maxcell/prince-toast
- React data viz for use in Toast: http://uber.github.io/react-vis/
- Toast starters: https://github.com/toastdotdev/starters
Tools
To debug MDX issues use the CLI tool: npx mdx2debug direcory
Tailwind
With styling and using stylelint in Toast, rather than use the
recommended stylelint.config.js
use .stylelintrc
and add in the
configuration as a JSON object.
With the module.exports
syntax Toast will derp, see the SO question
for configuration: How to solve semi-colon expected
css(css-semicolonexpected)