csslint: add "isolation"

This commit is contained in:
tophf 2017-11-23 12:58:03 +03:00
parent 55360c731a
commit def05f2f0a

View File

@ -3623,6 +3623,7 @@ var Properties = module.exports = {
"image-resolution" : 1,
"ime-mode" : "auto | normal | active | inactive | disabled",
"inline-box-align" : "last | <integer>",
"isolation" : "auto | isolate",
//J
"justify-content" : "flex-start | flex-end | center | space-between | space-around",