@enigmatry/stylelint-config 1.2.2 → 1.2.4

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -175,7 +175,7 @@ module.exports = {
175
175
  "scss/comment-no-empty": true,
176
176
  "scss/function-no-unknown": [
177
177
  true,
178
- { "ignoreFunctions": ["/^-/", "/^theming\.mat/"] }
178
+ { "ignoreFunctions": ["/^-/", "/^mat\\./", "/^theming\\.mat/"] }
179
179
  ],
180
180
  "scss/function-quote-no-quoted-strings-inside": true,
181
181
  "scss/function-unquote-no-unquoted-strings-inside": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/stylelint-config",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "author": "Enigmatry",
5
5
  "description": "Stylelint shareable config for the Enigmatry style.",
6
6
  "license": "Apache-2.0",