stylelint processor for ignore front matter
useful for Sass in Jekyll.
$ npm install -D stylelint-processor-ignore-front-matter
$ yarn add -D stylelint-processor-ignore-front-matter
add to stylelint config the following:
{
"processors": "stylelint-processor-ignore-front-matter"
}
The MIT license.