sheetloaf 1.26.1-beta.1 → 1.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ Advanced options:
|
|
|
69
69
|
--poll Use polling for file watching. Can optionally pass [boolean]
|
|
70
70
|
polling interval; default 100 ms
|
|
71
71
|
--async Use Sass's compileAsyc/compileStringAsync functions. [boolean]
|
|
72
|
-
This will
|
|
72
|
+
This will improve performance for multiple files.
|
|
73
73
|
--[no-]error-css This flag tells Sass whether to emit a CSS file [boolean]
|
|
74
74
|
when an error occurs during compilation. This
|
|
75
75
|
CSS file describes the error in a comment and in
|