Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 895 Bytes

File metadata and controls

36 lines (23 loc) · 895 Bytes

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.