You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a browser limitation on calc such that you can't mix unit with unitless zero, e.g. calc(100% - 0) is invalid whereas calc(100% - 0px) is fine. So it should work if you do --app-grid-gutter: 0px; instead.
Description
when
--app-grid-gutter
is 0,--app-grid-expandible-item
applies invalid rules such as:Expected outcome
app-grid-expandible-item should be applied as normal
Actual outcome
app-grid-expandible-item is not applied, as css rules are invalid
Live Demo
https://jsbin.com/nekewomixa/edit?html,output
Steps to reproduce
Browsers Affected
jsbin demo seems to only be working on chrome
The text was updated successfully, but these errors were encountered: