Open titouanmathis opened 5 years ago
I think the idea is good, but it is more a pattern that can be used than a needed feature. The fact it will automatically generate 2 more classes for each layer is not a good thing to me.
+1 @notjb
This feature is already available in the framework via the layer()
function
Proposal
Adding
--above
and--under
modifiers to the layer classes.The idea is to have a more precise way to stack elements on one another without adding custom CSS. For example, if you have a
modal
layer, it can be very practical to be able to place elements just above/under it. For example:👍 Pros
👎 Cons