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
css='.input{ }, .input:disabled, .input:hover { background-color: red; } .required{content:"This, field is required"}';
19
-
assert.ok(internal.compile_css(css)==='.input{},.input:disabled,.input:hover{background-color:red;}.required{content:"This, field is required"}','Problem with content.');
19
+
assert.ok(internal.compile_css(css)==='.input{},.input:disabled,.input:hover{background-color:red}.required{content:"This, field is required"}','Problem with content.');
20
20
21
21
buffer=[];
22
22
buffer.push('$color: red; $font: "Times New Roman";');
0 commit comments