Skip to content

Commit

Permalink
Add function-no-unknown (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Feb 8, 2022
1 parent fecd47b commit b34a09e
Show file tree
Hide file tree
Showing 4 changed files with 1,123 additions and 1,092 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.0.0

- Removed: `stylelint` less than `14.4.0` from peer dependencies.
- Added: `function-no-unknown` rule.

## 6.0.0

- Removed: `stylelint` less than `14.0.0` from peer dependencies.
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
'font-family-no-missing-generic-family-keyword': true,
'function-calc-no-unspaced-operator': true,
'function-linear-gradient-no-nonstandard-direction': true,
'function-no-unknown': true,
'keyframe-declaration-no-important': true,
'media-feature-name-no-unknown': true,
'named-grid-areas-no-invalid': true,
Expand Down
Loading

0 comments on commit b34a09e

Please sign in to comment.