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-matteradd to stylelint config the following:
{
"processors": "stylelint-processor-ignore-front-matter"
}The MIT license.