You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/processAuto.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Options:
18
18
- overwrite `<Boolean>`: ensures that it does not overwrite the same file accidently. Default is `false`
19
19
- cwd `<String>`: the working directory in which to serach. Default is `process.cwd()`
20
20
- newPath `<String>`: in which folder the new files should go. Default is `rcs`
21
+
- optimize `<Boolean>`: checks if the selectors should be [optimized](https://github.com/JPeer264/node-rcs-core/blob/main/docs/api/optimize.md). Default is `true`
Copy file name to clipboardExpand all lines: docs/api/processCss.md
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Parameters:
13
13
14
14
Options:
15
15
16
+
- optimize `<Boolean>`: checks if the selectors should be [optimized](https://github.com/JPeer264/node-rcs-core/blob/main/docs/api/optimize.md). Default is `true`
Copy file name to clipboardExpand all lines: docs/api/processHtml.md
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Parameters:
13
13
14
14
Options:
15
15
16
+
- optimize `<Boolean>`: checks if the selectors should be [optimized](https://github.com/JPeer264/node-rcs-core/blob/main/docs/api/optimize.md). Default is `true`
0 commit comments