Skip to content

Commit

Permalink
Remove unneeded vendored -webkit-gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang committed Oct 16, 2023
1 parent 47f92a6 commit f5ee77d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rules/function-no-unknown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const rule = (primary, secondaryOptions) => {
const functionsList = [
...JSON.parse(fs.readFileSync(functionsListPath.toString(), 'utf8')),
// #5960
'-webkit-gradient',
'color-stop',
'from',
'to',
Expand Down

0 comments on commit f5ee77d

Please sign in to comment.