Processors are community packages that enable stylelint to extract styles from within non-stylesheet files.
These processors can only be used with the CLI and the Node.js API, not with the PostCSS plugin. (The PostCSS plugin will ignore them.)
- stylelint-processor-arbitrary-tags: Lint within user-specified tags.
stylelint now has built-in support for many common non-stylesheet files. You may no longer need to use the following processors:
- stylelint-processor-glamorous: Lint glamorous and related CSS-in-JS libraries using object literals.
- stylelint-processor-markdown: Lint within Markdown's GFM fenced code blocks.
- stylelint-processor-styled-components: Lint styled-components and related CSS-in-JS libraries using tagged template literals.