Peyton McGinnis

Results 2 issues of Peyton McGinnis

The stylesheet fails to inject on `nuxt generate` with `target: static` when used with TailwindCSS/PurgeCSS. A workaround is to load the stylesheet via unpkg: nuxt.config.js ```js export default { link:...