Answer the question
In order to leave comments, you need to log in
Is there a plugin for grunt\gulp to manage z-index automatically?
Good day.
Is there a plugin that allows you to automatically control the depth of an element? For example, instead of the default:
.selector {
z-index: 1000;
z-index: $depth-selector-base; // как вариант
}
.selector {
z-index: above(.selector-2);
z-index: below(.selector-3);
z-index: between(.selector-2, .selector-3);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question