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

Commit a54916b

Browse files
authored
Merge pull request #53 from idoshamun/patch-1
Add autoprefixer known limitation to readme
2 parents ac518ac + 684e67f commit a54916b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Add `@tailwindcss/jit` to your PostCSS configuration _(instead of `tailwindcss`)
4242
}
4343
```
4444

45+
> If you are using autoprefixer, make sure you are on the latest version using `npm install -D autoprefixer@latest` — there's a bug in older versions that makes it incompatible with this library.
46+
4547
Configure the `purge` option in your `tailwind.config.js` file with all of your template paths:
4648

4749
```js

0 commit comments

Comments
 (0)