Added Gradient Plugin (#79)

Added another gradient plugin that I have used with Tailwind. Credit goes to the original developers.
This commit is contained in:
Terry Upton 2018-08-15 15:03:42 +01:00 committed by Josh Manders
parent 20cb87e8cc
commit 4cd21d36b0
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ Tailwind CSS is a utility-first CSS framework for rapidly building custom user i
- [Object Position](https://github.com/hacknug/tailwindcss-object-position)
- [Accessibility](https://github.com/jack-pallot/tailwindcss-accessibility)
- [Layout](https://github.com/benface/tailwindcss-layout)
- [Gradients](https://github.com/benface/tailwindcss-gradients)
- [Gradients - 1](https://github.com/benface/tailwindcss-gradients)
- [Gradients - 2](https://github.com/lorisleiva/tailwindcss-plugins/tree/master/gradients)
- [Typography](https://github.com/benface/tailwindcss-typography)
- [Transforms](https://github.com/benface/tailwindcss-transforms)
- [Filters](https://github.com/benface/tailwindcss-filters)