wixplosives/stylable-intelligence

Wrong warning placement for "no component capilization" warning

talh78 opened this issue · 2 comments

:import {
    -st-from: "../../components/tabs/tabs.st.css";
    -st-default: tab;
}

Green squiggly appears below:
"../../components/tabs/tabs.st.css";
Instead of below:
-st-default: tab;

Waiting for wix/stylable#357

Does not reproduce.