stylelint-processor-arbitrary-tags icon indicating copy to clipboard operation
stylelint-processor-arbitrary-tags copied to clipboard

A stylelint processor that allows you to lint CSS within arbitrary tags

Results 7 stylelint-processor-arbitrary-tags issues
Sort by recently updated
recently updated
newest added

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...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I have this problem, if use this: ``` stylelint 'src/**/*.scss' --fix scss Autofix is incompatible with processors and will be disabled. Are you sure you need a processor? TypeError: Cannot...

The following error occurred when executing `stylelint **/*.vue`. ``` components/organisms/Navigation.vue 75:3 ✖ Unknown word CssSyntaxError ``` Line 75 is the 3rd line of this code. ```html .navbar .navbar-brand ``` #####...

I want to lint some css like this : ``` {` .demoClass { bad-property: ${ some value }; } `} ``` Can this lint this thing in my `nextJS` application....

I've tried the setup outlined here: https://medium.com/haiiro-io/stylelint-b67ab2b8e690 But stylelint just says stylelint(ok) in sublime with vue files. The command line functionality works fine (with or without this package). Is this...

It will throw errors with my prettier. ![image](https://user-images.githubusercontent.com/1654761/44833367-7421a500-ac60-11e8-82ed-624b3cac2c44.png)