Removing do-nothing value-side validation
This commit is contained in:
parent
4db08c47ec
commit
d46c50d351
@ -15,9 +15,6 @@ tree.Value.prototype = {
|
||||
}
|
||||
},
|
||||
toCSS: function (env, selector) {
|
||||
if (selector) {
|
||||
tree.Reference.validValue(selector, this.value);
|
||||
}
|
||||
return this.value.map(function (e) {
|
||||
return e.toCSS(env);
|
||||
}).join(env.compress ? ',' : ', ');
|
||||
|
Loading…
Reference in New Issue
Block a user