We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7a531 commit 4e605c4Copy full SHA for 4e605c4
2 files changed
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Changelog
2
3
-## v0.6.0 - 2023-07-04
+## [0.6.0] - 2023-07-04
4
5
-[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-icons/compare/v0.5.0...v0.5.1)
+[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-icons/compare/v0.5.0...v0.6.0)
6
+
7
+Now allows for easier use in Typescript Tailwind CSS Config files. Check the README for details
8
9
### 🚀 Enhancements
10
README.md
@@ -62,7 +62,7 @@ module.exports = {
62
```
63
64
```ts
65
-// tailwind.config.t
+// tailwind.config.ts
66
import type { Config } from 'tailwindcss'
67
import iconsPlugin from '@jcamp/tailwindcss-plugin-icons'
68
0 commit comments