File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwindcss-border-sketch" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " add border Border Sketch Style to tailwindcss" ,
4
+ "description" : " add Border Sketch Style to tailwindcss" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments