File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Tailwind CSS WordPress Utility Classes
2
2
3
- Tailwind CSS plugin for WordPress specific utility classes.
3
+ Tailwind CSS plugin for generating WordPress utility classes.
4
4
5
5
This plugin currently includes:
6
6
@@ -50,7 +50,7 @@ This plugin uses the keys `editorColorPalette` and `editorFontSizes` in your Tai
50
50
},
51
51
},
52
52
plugins: [
53
- require (' tailwindcss-wordpress' )(),
53
+ require (' @brettsmason/ tailwindcss-wordpress' )(),
54
54
],
55
55
}
56
56
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " tailwindcss-wordpress" ,
2
+ "name" : " @brettsmason/ tailwindcss-wordpress" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Tailwind CSS plugin for WordPress specific utility classes." ,
5
5
"main" : " index.js" ,
9
9
"keywords" : [
10
10
" tailwind" ,
11
11
" tailwindcss" ,
12
- " tailwindcss-plugin"
12
+ " tailwindcss-plugin" ,
13
+ " wordpress"
13
14
],
14
15
"devDependencies" : {
15
16
"lodash" : " ^4.17.15"
You can’t perform that action at this time.
0 commit comments