We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df89f9e commit fbb9692Copy full SHA for fbb9692
1 file changed
src/stylesheets.ts
@@ -144,7 +144,7 @@ function getAppliedStylesForElement(
144
for (let i = 0, len = style.length; i < len; i++) {
145
let name = style[i];
146
let value = style.getPropertyValue(name);
147
- while(value === "") {
+ while (value === "") {
148
const dashIndex = name.lastIndexOf("-");
149
if (dashIndex !== -1) {
150
name = name.slice(0, dashIndex);
0 commit comments