You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Hi there, thank you for this boilerplate. However, when I replace contents of postcss.config.js to this // postcss.config.js module.exports = { plugins: { '@tailwindcss/jit': {}, autoprefixer: {}, } }
I have to restart webserver in order to load new changes in styles.
Please let me know what I'm doing wrong
The text was updated successfully, but these errors were encountered:
Update on this:
So I was suggested not to use scss extension for index style file. That being paired with NODE_ENV=development has fixed the issue for me.
Closing this.
Hi there, thank you for this boilerplate. However, when I replace contents of
postcss.config.js
to this// postcss.config.js module.exports = { plugins: { '@tailwindcss/jit': {}, autoprefixer: {}, } }
I have to restart webserver in order to load new changes in styles.
Please let me know what I'm doing wrong
The text was updated successfully, but these errors were encountered: