Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit dd21450

Browse files
authored
Add autoprefixer known limitation to readme
When I first tried to use the new compiler, I bumped into this error: `Maximum call stack size exceeded` Thanks to #29, I noticed that I must use the latest version of the `autoprefixer`, which indeed fixed this issue. Unfortunately, it can't be found anywhere in the docs.
1 parent ac518ac commit dd21450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ There are a few items still on our todo list though that we are actively working
118118
- The `important` option does not yet support selectors (like `#app`).
119119
- Advanced PurgeCSS options like `safelist` aren't supported yet since we aren't actually using PurgeCSS. We'll add a way to safelist classes for sure though. For now, a `safelist.txt` file somewhere in your project with all the classes you want to safelist will work fine.
120120
- You can only `@apply` classes that are part of core, generated by plugins, or defined within a `@layer` rule. You can't `@apply` arbitrary CSS classes that aren't defined within a `@layer` rule.
121+
- Requires updating `autoprefixer` to the latest version using (`npm install -D autoprefixer@latest`). Does not support the latest `postcss-preset-env` due to `autoprefixer` version.
121122

122123
If you run into any other issues or find any bugs, please [open an issue](https://github.com/tailwindlabs/tailwindcss-jit/issues/new) so we can fix it.
123124

0 commit comments

Comments
 (0)