-
Notifications
You must be signed in to change notification settings - Fork 519
Open
Labels
Description
Sass-Lint Version: 1.12.1
Code:
$--background-color: #F00
CLI Error:
src/sass/_var.sass
║ Line │ Column │ Type │ Message │ Rule ID ║
╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
║ 1 │ 1 │ error │ Please check validity of the block starting from │ Fatal ║
║ │ │ │ line #1 │ ║
I think naming your variable this way is ugly and terrible, but I'm just trying to import in the variables file used by ElementUI and that's how they name it, and that causes the linter to crash.