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
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
Currently, the panel mixin requires an absolute value, like px or rem. This is because it adds a min-width media query to the panel to prevent it from becoming larger than the viewport. The mixin should also support percentage values, and be able to utilize the grid's responsive sizing classes, like small-6 and so on.
The text was updated successfully, but these errors were encountered:
Currently, the panel mixin requires an absolute value, like px or rem. This is because it adds a
min-width
media query to the panel to prevent it from becoming larger than the viewport. The mixin should also support percentage values, and be able to utilize the grid's responsive sizing classes, likesmall-6
and so on.The text was updated successfully, but these errors were encountered: