Ilanaya / vscode-tailwind-in-css

Home Page:https://marketplace.visualstudio.com/items?itemName=maIIady.tailwind-in-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement setting: exclude if declared above

zardoy opened this issue · comments

Will be enabled by default.
Exclude rule if its body is met above. We should check every rule for now.

Example:

div {
    float: left;
    float-left // shouldn't be suggested if setting is enabled
}

Implemented there 56b22cb