stylelint-processor-ignore-front-matter

stylelint processor for ignore front matter

Usage no npm install needed!

<script type="module">
  import stylelintProcessorIgnoreFrontMatter from 'https://cdn.skypack.dev/stylelint-processor-ignore-front-matter';
</script>

README

stylelint-processor-ignore-front-matter

test npm version

stylelint processor for ignore front matter

useful for Sass in Jekyll.

Installation

npm

$ npm install -D stylelint-processor-ignore-front-matter

yarn

$ yarn add -D stylelint-processor-ignore-front-matter

How to use

add to stylelint config the following:

{
  "processors": "stylelint-processor-ignore-front-matter"
}

License

The MIT license.