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
One of the main reasons we use rfn is that we can specify viewports without dealing with viewport cascading. To this end, we should have an option (--strict?) that will fail if two viewports overlap.
When most styles are shared across viewports, it is useful to have an all.css with the shared styles and then use the viewport-specific files only where adjustments are needed.
Yeah but we explicitly don't want that, right? If we don't want cascading between viewports (with the tradeoffs that entails), then we should block it.
One of the main reasons we use
rfn
is that we can specify viewports without dealing with viewport cascading. To this end, we should have an option (--strict
?) that will fail if two viewports overlap.Things that would be acceptable in strict mode:
Things that would not be acceptable in strict mode:
The text was updated successfully, but these errors were encountered: