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
The CSS generated in Turtle.style includes the sequence };, which causes some browsers to fail to parse the rule. This should be explicitly omitted from returned values.
The CSS generated in Turtle.style includes the sequence
};, which causes some browsers to fail to parse the rule. This should be explicitly omitted from returned values.