Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.33 KB

processors.md

File metadata and controls

17 lines (11 loc) · 1.33 KB

Processors

Processors are community packages that enable stylelint to lint the CSS within non-stylesheet files. For example, you could lint the CSS within <style> tags in HTML, code blocks in Markdown, or strings in JavaScript.

These processors can only be used with the CLI and the Node API, not with the PostCSS plugin. (The PostCSS plugin will ignore them.)

PostCSS syntax

postcss-html can enable PostCSS to parse the CSS within non-stylesheet files that compatible with HTML, Markdown, Vue component