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

Commit 3c16d43

Browse files
authored
Merge pull request #70 from lucianotonet/master
Update README.md
2 parents f6ba638 + 02d3cf2 commit 3c16d43

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
@@ -120,6 +120,7 @@ There are a few items still on our todo list though that we are actively working
120120
- The `important` option does not yet support selectors (like `#app`).
121121
- 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.
122122
- 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.
123+
- Currently the JIT project **only supports PostCSS 8**. We may do a compat build like we do for Tailwind, but it isn't a priority right now.
123124

124125
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.
125126

0 commit comments

Comments
 (0)