Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

No layout options for full-width overrides e.g. flex-phone="100" #706

Closed
jamesspencer opened this issue Nov 20, 2014 · 0 comments
Closed
Milestone

Comments

@jamesspencer
Copy link

With the changes to the layout system, there appear to be no way to override non-full-width flex attributes e.g. I would expect the following:

<div flex="30" offset="5" flex-phone="100" offset-phone="0"></div>

to be 30% width with 5% offset until the phone breakpoint is reached where it then becomes full width with zero offset.

As of #0.6.0-rc1-master-d515a6c, using flex-phone="100" or just flex-phone does not override flex="30" below the phone breakpoint.

Example plunkr

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants