Wrong warning placement for "no component capilization" warning
talh78 opened this issue · 2 comments
talh78 commented
:import {
-st-from: "../../components/tabs/tabs.st.css";
-st-default: tab;
}
Green squiggly appears below:
"../../components/tab
s/tabs.st.css";
Instead of below:
-st-default: tab
;
tempit commented
Waiting for wix/stylable#357
tomrav commented
Does not reproduce.