@primer/stylelint-config 13.2.0-rc.99a2acd → 13.2.0-rc.f2ef9b4
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 +1 -6
- package/dist/index.mjs +1 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1000,12 +1000,7 @@ var index = {
|
|
|
1000
1000
|
{
|
|
1001
1001
|
severity: 'warning',
|
|
1002
1002
|
allow: {
|
|
1003
|
-
features: [
|
|
1004
|
-
'properties.scrollbar-width',
|
|
1005
|
-
'properties.scrollbar-gutter',
|
|
1006
|
-
'properties.scrollbar-color',
|
|
1007
|
-
'selectors.highlight',
|
|
1008
|
-
],
|
|
1003
|
+
features: ['properties.scrollbar-width', 'properties.scrollbar-gutter', 'properties.scrollbar-color'],
|
|
1009
1004
|
flagged: false,
|
|
1010
1005
|
partialImplementation: true,
|
|
1011
1006
|
prefix: true,
|
package/dist/index.mjs
CHANGED
|
@@ -997,12 +997,7 @@ var index = {
|
|
|
997
997
|
{
|
|
998
998
|
severity: 'warning',
|
|
999
999
|
allow: {
|
|
1000
|
-
features: [
|
|
1001
|
-
'properties.scrollbar-width',
|
|
1002
|
-
'properties.scrollbar-gutter',
|
|
1003
|
-
'properties.scrollbar-color',
|
|
1004
|
-
'selectors.highlight',
|
|
1005
|
-
],
|
|
1000
|
+
features: ['properties.scrollbar-width', 'properties.scrollbar-gutter', 'properties.scrollbar-color'],
|
|
1006
1001
|
flagged: false,
|
|
1007
1002
|
partialImplementation: true,
|
|
1008
1003
|
prefix: true,
|