Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 28a36d0

Browse files
committed
Add example to readme
1 parent ad3fe80 commit 28a36d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ npm install tailwindcss-gradients
2323
radialGradients: theme => ({
2424
colors: theme('colors'),
2525
}),
26+
conicGradients: theme => ({
27+
colors: theme('colors'),
28+
}),
2629
},
2730
plugins: [
2831
require('tailwindcss-gradients')(),

0 commit comments

Comments
 (0)