Answer the question
In order to leave comments, you need to log in
What's wrong with admixture?
@mixin debug($background, $outline){
height: 100vh;
position: fixed;
width: 100%;
> div{
height: inherit;
@include container();
> div{
height: inherit;
@include row-flex();
> div{
@include col();
@include size(1);
height: inherit;
outline: $outline;
background: $background;
}
}
}
}
@include debug (rgba (0, 0, 0, 0.5), 1px solid red);
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