Skip to content

Commit

Permalink
Remove function-calc-no-invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed May 14, 2021
1 parent 2f01778 commit f0d0a9b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 786 deletions.
1 change: 0 additions & 1 deletion docs/user-guide/rules/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Grouped first by the following categories and then by the [_thing_](http://apps.

### Function

- [`function-calc-no-invalid`](../../../lib/rules/function-calc-no-invalid/README.md): Disallow an invalid expression within `calc` functions.
- [`function-calc-no-unspaced-operator`](../../../lib/rules/function-calc-no-unspaced-operator/README.md): Disallow an unspaced operator within `calc` functions.
- [`function-linear-gradient-no-nonstandard-direction`](../../../lib/rules/function-linear-gradient-no-nonstandard-direction/README.md): Disallow direction values in `linear-gradient()` calls that are not valid according to the [standard syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient#Syntax).

Expand Down
96 changes: 0 additions & 96 deletions lib/rules/function-calc-no-invalid/README.md

This file was deleted.

0 comments on commit f0d0a9b

Please sign in to comment.