Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Stylelint is not working in any CSS files as soon as I add processors-arbitrary-tags in stylelintrc file #42

@aakashgill

Description

@aakashgill

When I add "processors": ["@mapbox/stylelint-processor-arbitrary-tags"] in my .stylelintrc and run stylelint task on a PHP files, Linter does work.
But it stops working for other specified CSS file.

But as soon as I remove the "processors" from .stylelintrc, linter starts working on CSS files.

As you can see in the image, when there's no "processors" in .stylelintrc,
it gives me an error in style.css

Before-processor

But when I add "processors" in .stylelintrc,
it does not give an error in style.css, but gives an error in php file.

After-processor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions