csstree / vscode-plugin

CSSTree validation plugin for VS Code
MIT License
17 stars 4 forks source link

csstree error(for iPhone X). Please confirm :) #4

Closed FE-jw closed 6 years ago

FE-jw commented 6 years ago

selector{right:0;right:constant(safe-area-inset-right);right:env(safe-area-inset-right);}

"right:constant(safe-area-inset-right);right:env(safe-area-inset-right)" is property for iPhone X.

error 1 : [CSSTree]Invalid value for 'right' error 2 : [CSSTree]Invalid value for 'right'

smelukov commented 6 years ago

Thanks for the issue. We created a related issue in csstree-repo - https://github.com/csstree/csstree/issues/90

smelukov commented 6 years ago

I'll close this issue cause this is not related to vscode-plugin directly