You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STSS/lib/renderer/css2json.js:134
v = special['array'][arrayNr][valueNr][0];
^
TypeError: Cannot read property '2' of undefined
at STSS/lib/renderer/css2json.js:134:24
at String.replace (native)
at parseSpecialValue (STSS/lib/renderer/css2json.js:132:15)
at parseDeclaration (STSS/lib/renderer/css2json.js:187:11)
at STSS/lib/renderer/css2json.js:335:14
at Array.forEach (native)
at parseNormalRule (STSS/lib/renderer/css2json.js:330:20)
at STSS/lib/renderer/css2json.js:398:4
at Array.forEach (native)
at parseAST (STSS/lib/renderer/css2json.js:396:8)
The text was updated successfully, but these errors were encountered:
As mentioned by @jvandijk in #10 (comment), arrays aren't parsed correctly when inside a media query:
you'll get the following error:
The text was updated successfully, but these errors were encountered: