@primer/stylelint-config 0.0.0-20230620153321 → 0.0.0-20230620172018

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/stylelint-config",
3
- "version": "0.0.0-20230620153321",
3
+ "version": "0.0.0-20230620172018",
4
4
  "description": "Sharable stylelint config used by GitHub's CSS",
5
5
  "homepage": "http://primer.style/css/tools/linting",
6
6
  "author": "GitHub, Inc.",
@@ -68,10 +68,7 @@ module.exports = stylelint.createPlugin(ruleName, (enabled, options = {}, contex
68
68
  }
69
69
  }
70
70
 
71
- console.log('inlineFallback', inlineFallback)
72
-
73
71
  if (context.fix && replacement !== null) {
74
- // replacement = `${replacement}`
75
72
  replacement = `${replacement}${inlineFallback ? `, var(${variableName})` : ''}`
76
73
  replacedVars[variableName] = true
77
74
  newVars[replacement] = true