@primer/stylelint-config 13.2.0-rc.8384c2a → 13.2.0-rc.dfdf15c

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/dist/index.cjs CHANGED
@@ -1000,6 +1000,7 @@ var index = {
1000
1000
  {
1001
1001
  severity: 'warning',
1002
1002
  allow: {
1003
+ features: ["properties.scrollbar-width"],
1003
1004
  flagged: false,
1004
1005
  partialImplementation: true,
1005
1006
  prefix: true,
package/dist/index.mjs CHANGED
@@ -997,6 +997,7 @@ var index = {
997
997
  {
998
998
  severity: 'warning',
999
999
  allow: {
1000
+ features: ["properties.scrollbar-width"],
1000
1001
  flagged: false,
1001
1002
  partialImplementation: true,
1002
1003
  prefix: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/stylelint-config",
3
- "version": "13.2.0-rc.8384c2a",
3
+ "version": "13.2.0-rc.dfdf15c",
4
4
  "description": "Sharable stylelint config used by GitHub's CSS",
5
5
  "author": "GitHub, Inc.",
6
6
  "license": "MIT",