Skip to content

Commit 12205a5

Browse files
committed
docs: update README.md
1 parent f2d8d35 commit 12205a5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.idea
3-
dist
3+
dist
4+
.vscode

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,4 @@ interface Options {
130130

131131

132132
## License
133-
134133
MIT License

src/core/format.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ export function formatStylesFiles(arr: string[], relativeStylesPath: string) {
2323
arr.forEach((item, index) => {
2424
arr[index] = relativeStylesPath + `/${item}`
2525
})
26-
}
26+
}
27+

0 commit comments

Comments
 (0)