anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

css-grid: implement display: grid; property #111

Closed dkrnl closed 3 years ago

dkrnl commented 4 years ago

more information: https://caniuse.com/css-grid https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout

example:

.foobar {
    display: grid; 
}

report this error: Unexpected browser feature "css-grid" is not supported by Safari 10, iOS Safari 10.0-10.2 and only partially supported by IE 11

pkuczynski commented 3 years ago

@dkrnl can you provide some reference to documentation for this change?

dkrnl commented 3 years ago

@pkuczynski, i updated PR description. sorry for delay in reply.