Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph118 committed Dec 13, 2020
1 parent 2f1280f commit a93be86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/rules/no-duplicate-dollar-variables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ $a: 1;
$b: 2;
}
```

___

### `ignoreInside: ["at-rule", "nested-at-rule"]`

#### `"at-rule"`
Expand Down Expand Up @@ -127,7 +129,9 @@ $a: 1;
}
}
```

___

### `ignoreInsideAtRules: ["array", "of", "at-rules"]`

Ignores all variables that are inside specified at-rules.
Expand Down Expand Up @@ -155,7 +159,9 @@ $a: 1;
$a: 2;
}
```

___

### `ignoreDefaults: [boolean, number]`

Ignores all or an amount of variables containing the `!default` keyword.
Expand Down

0 comments on commit a93be86

Please sign in to comment.