static()
포지션(Position) 해제 믹스인
용도
사용법
.usage {
@include static;
}.usage {
position: static;
}로직
@mixin static {
@include position(static, null);
}참고
Last updated
포지션(Position) 해제 믹스인
.usage {
@include static;
}.usage {
position: static;
}@mixin static {
@include position(static, null);
}Last updated