File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 3.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Reworked internals ([ #214 ] ( https://github.com/stormwarning/tailwindcss-capsize/pull/214 ) )
8
+ No notable change in CSS output. Should support Tailwind TypeScript configs better now.
9
+
3
10
## 3.0.4
4
11
5
12
### Patch Changes
48
55
- Allow custom activation class via new ` className ` option [ #103 ] ( https://github.com/stormwarning/tailwindcss-capsize/pull/103 )
49
56
50
57
``` js
51
- require (' tailwindcss-capsize' )({ className: ' leading-trim' })
58
+ require (" tailwindcss-capsize" )({ className: " leading-trim" });
52
59
```
53
60
54
61
## 2.0.0 — 2021-09-21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwindcss-capsize" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.0.5 " ,
4
4
"description" : " TailwindCSS leading-trim utility classes." ,
5
5
"keywords" : [
6
6
" tailwindcss" ,
You can’t perform that action at this time.
0 commit comments