google / closure-stylesheets

A CSS+ transpiler that lints, optimizes, and I18n-izes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@supports throws "unknown @ rule" error

scorredoira opened this issue · comments

Hi, is there any way to ignore the error with this valid rule?

Thank you

@supports (-webkit-overflow-scrolling: touch) {
}

unknown @ rule in view.css at line 91 column 1:
@supports(-webkit-overflow-scrolling: touch) {
^

1 error(s), 0 warning(s)