Skip to content

Commit fdcb8f1

Browse files
committed
docs: update
1 parent dcd13af commit fdcb8f1

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

packages/tailwindcss-patch/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ get tailwindcss context at runtime ! extract all classes into file!
1212
- [Nodejs API](#nodejs-api)
1313
- [Config](#config)
1414
- [Init Config File](#init-config-file)
15-
- [Migration form v1 to v2](#migration-form-v1-to-v2)
16-
- [0. cli command change](#0-cli-command-change)
17-
- [1. default remove `*` in json array result](#1-default-remove--in-json-array-result)
1815
- [What's next?](#whats-next)
1916

2017
> Nodejs version should >= `16.6.0`
@@ -112,27 +109,6 @@ export default defineConfig({
112109
})
113110
```
114111

115-
## Migration form v1 to v2
116-
117-
### 0. cli command change
118-
119-
```diff
120-
{
121-
- "tw-patch"
122-
+ "tw-patch install"
123-
}
124-
```
125-
126-
### 1. default remove `*` in json array result
127-
128-
```diff
129-
[
130-
- "*",
131-
"text-[99px]",
132-
"text-[100px]"
133-
]
134-
```
135-
136112
## What's next?
137113

138114
At the moment I just extracted all the tool classes to actually get the context of `tailwindcss` to analyze. You can add more functionality to this project by giving me `issue` or `pr`.

0 commit comments

Comments
 (0)