@ symbol in CSS file yields "String index out of range: -1"
-
I tried to add an "@keyframes" event in a CSS file to create an animation sequence, but Möbius gives me the error message "String index out of range: -1". Is there a way to fix this?
I have already tried to put all kinds of quotations (', " and `) around both the @-symbol and the entire row hoping it would somehow parse it, but it doesn't work...
-
Solved! You need to save your CSS as a file, upload it to Möbius and import it in your HTML code via a <link rel="stylesheet" type="text/css" href=" link to file " />