Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 4ad349f

Browse files
author
Marlow Payne
committed
Remove variable-for-property sass-lint rule
1 parent 0dea88d commit 4ad349f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Pending Release
2+
- Remove `variable-for-property` rule from sass-lint
13
2.5.3
24
- Fix #123 by using react/jsx-wrap-multilines rule
35
- Migrate CSSComb documentation from Confluence to code style repo

css/.sass-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,7 @@ rules:
323323
trailing-semicolon: 2
324324
url-quotes: 1 # Only warn here, since sass-lint doesn't understand helpers in urls
325325
variable-for-property:
326-
- 2
327-
- properties:
328-
- font
326+
- 0
329327
variable-name-format:
330328
- 2
331329
- allow-leading-underscore: true

0 commit comments

Comments
 (0)