Skip to content

Commit 0a65f1a

Browse files
committed
add readme
1 parent d939ec6 commit 0a65f1a

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# tailwindcss border sketch
2+
this small plugin will add Border Sketch Style to tailwindcss
3+
4+
Example:
5+
6+
![example]( example.png "Logo Title Text 1")
7+
8+
Demo : [ATM Blog](http://atmonshi.sa)
9+
10+
Usage:
11+
12+
```html
13+
<lable>Small :</lable>
14+
<div class="border-sketchy-sm bg-white p-6 m-8 shadow hover:border-sketchy-lg hover:shadow-lg transition duration-700 ease-in-out ">
15+
border-sketchy-sm hover:border-sketchy-lg
16+
</div>
17+
18+
<lable>Medium :</lable>
19+
<div class="border-sketchy-md bg-white p-6 m-8 shadow hover:border-sketchy-lg hover:shadow-lg transition duration-700 ease-in-out ">
20+
border-sketchy-md hover:border-sketchy-sm
21+
</div>
22+
23+
<lable>Large :</lable>
24+
<div class="border-sketchy-lg bg-white p-6 m-8 shadow hover:border-sketchy-sm hover:shadow-lg transition duration-700 ease-in-out ">
25+
border-sketchy-lg hover:border-sketchy-md
26+
</div>
27+
```

example.png

137 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tailwindcss-border-sketch",
33
"version": "0.0.1",
4-
"description": "add border Border Sketch Style to tailwindcss",
4+
"description": "add Border Sketch Style to tailwindcss",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)