UNPKG

quizdown-extended

Version:

A fork from [bonartm/quizdown-js](https://github.com/bonartm/quizdown-js) with more features. > The Katex-extension is currently not supported

7 lines (5 loc) 112 B
// postcss.config.js import autoprefixer from 'autoprefixer'; export default { plugins: [autoprefixer()], };