arlyon / stailwc

Tailwind in SWC, Nextjs, and Vite, fast 🚀
https://npmjs.com/package/stailwc
Apache License 2.0
230 stars 3 forks source link

Issue in example #1

Closed nimbit-software closed 2 years ago

nimbit-software commented 2 years ago

Hi there, thanks for the addon i will be testing it but i noticed there is a small error with the node sample there is a " missing after staliwc

/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, experimental: { swcPlugins: **[["stailwc", {}]],** }, compiler: { emotion: true, }, };

arlyon commented 2 years ago

Thanks for the heads-up, fixed. I also just released 0.2.1 which handles the css prop correctly as well so please check that out. Thanks for testing stailwc! :tada: