Thanks for the reply/answer/code Philippe! It's much appreciated.
On Fri, Oct 25, 2013 at 11:01 PM, Philippe Wittenbergh wrote:
> Directly? I don’t think so - all those (:first-*, :last-*) pseudo-classes
> target real elements in the DOM.
Ah, that's good to know. Thanks for the clarification. :
Le 26 oct. 2013 à 14:42, Micky Hulse a écrit :
> When using a flexbox layout, and re-ordering columns (for example)
> using the "order" property, is there a way to target the "visible"
> first/last child?
>
> Everything I try only affects the actual ordering of elements in the
> source code, no
When using a flexbox layout, and re-ordering columns (for example)
using the "order" property, is there a way to target the "visible"
first/last child?
Everything I try only affects the actual ordering of elements in the
source code, not the ordering that's set via "order".
Thanks!
__