ahmednuaman / grunt-scss-lint

A Grunt task to lint your SCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you tell grunt-scss-lint to ignore a particular line in a .scss file?

JudithHuang opened this issue · comments

textarea.form-control { // scss-lint:disable QualifyingElement
    padding: 10px;
  }

never mind, // scss-lint:disable QualifyingElement is okay