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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 be slower in most cases.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheetloaf",
3
- "version": "1.26.1-beta.1",
3
+ "version": "1.26.1",
4
4
  "description": "freshmade stylesheets for the whole family.",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {