Idered / eslint-plugin-tailwind

ESLint rules for Tailwind CSS
MIT License
100 stars 7 forks source link

Support prefixed classes #4

Open SpadarShut opened 4 years ago

SpadarShut commented 4 years ago

I am using _ prefix and it seems the plugin doesn't recognize the resulting classes like _mr-2. Can support for prefixes be added?

Idered commented 4 years ago

Sure, it should supported. I'm currently a little out of time but I'll definitely add it in future

eXodes commented 3 years ago

I am trying to use this plugin as well with tailwind prefix config, currently it doesn't support it yet. Is there tentative plan to include it in the future?