We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7005eee commit 8dbf69cCopy full SHA for 8dbf69c
README.md
@@ -129,6 +129,7 @@ You can set the following options:
129
* `option.searchDir`: Directory which includes target `*.css` files(default: `'./'`).
130
* `option.outDir`: Output directory(default: `option.searchDir`).
131
* `option.camelCase`: Camelize CSS class tokens.
132
+* `option.EOL`: EOL (end of line) for the generated `d.ts` files. Possible values `'\n'` or `'\r\n'`(default: `os.EOL`).
133
134
#### `create(filepath, contents) => Promise(dtsContent)`
135
Returns `DtsContent` instance.
0 commit comments