Timeline for Nextjs not compiling all tailwindcss classes
Current License: CC BY-SA 4.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
S Jan 27, 2021 at 1:52 | history | suggested | Alkesh | CC BY-SA 4.0 |
Correct spelling of classes
|
Jan 26, 2021 at 14:28 | review | Suggested edits | |||
S Jan 27, 2021 at 1:52 | |||||
Nov 4, 2020 at 5:22 | vote | accept | Sebastián Suárez Valencia | ||
Nov 4, 2020 at 5:22 | answer | added | Sebastián Suárez Valencia | timeline score: 3 | |
Aug 25, 2020 at 6:18 | comment | added | cooskun | Do you have a tailwind.config.js? If so, can you add it here? | |
Apr 9, 2020 at 5:08 | comment | added | Nick Lee | Make sure you are using tailwindcss 1.2. Grid seems to be a fairly recent addition. | |
Feb 10, 2020 at 18:40 | comment | added | Sebastián Suárez Valencia | @Nikas The official documentation of Nextjs says: Do not use require() to import the PostCSS Plugins. Plugins must be provided as strings. (at the end of the article). However the problem could be that the default configuration of the autoprefixer is disabled. I'll link a github repo with the project soon. | |
Feb 10, 2020 at 6:10 | comment | added | Nikas | you need to import tailwindcss in postcss.config.js and import as variable not as a string should work for you.if you can share a github repo it will be more useful | |
Feb 10, 2020 at 4:04 | history | edited | Sebastián Suárez Valencia |
edited tags
|
|
Feb 10, 2020 at 3:55 | history | asked | Sebastián Suárez Valencia | CC BY-SA 4.0 |