stylelint-plugin-defensive-css 0.10.0 → 0.10.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
@@ -364,7 +364,7 @@ div {
364
364
  }
365
365
 
366
366
  div {
367
- overflow: hidden; /* No overscroll-behavior is needed in the case of hidden */
367
+ overflow: hidden; /* No scrollbar-gutter is needed in the case of hidden */
368
368
  }
369
369
 
370
370
  div {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-plugin-defensive-css",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "A Stylelint plugin to enforce defensive CSS best practices.",
5
5
  "main": "src/index.js",
6
6
  "files": [