Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 85203b0

Browse files
committed
Link to source for each plugin
1 parent 2dd8749 commit 85203b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Load up `./index.html` in your browser and you're off to the races!
2424

2525
## Object-Fit Utilities
2626

27+
[View the source](https://github.com/tailwindcss/plugin-examples/blob/master/plugins/object-fit/index.js)
28+
2729
In `plugins/object-fit/index.js` you'll find an example of a plugin that adds a set of simple, non-configurable utility classes for the `object-fit` property.
2830

2931
![](https://user-images.githubusercontent.com/4323180/37477273-a16ac9fc-284d-11e8-9ec6-da819f66871e.png)
@@ -45,6 +47,8 @@ This is just about the simplest type of plugin you could make.
4547

4648
## Simple Buttons
4749

50+
[View the source](https://github.com/tailwindcss/plugin-examples/blob/master/plugins/simple-buttons/index.js)
51+
4852
In `plugins/simple-buttons/index.js` you'll find an example of a plugin that adds new button component classes.
4953

5054
![](https://user-images.githubusercontent.com/4323180/37477287-b367cf88-284d-11e8-823b-f793c3ba1119.png)

0 commit comments

Comments
 (0)