Refactored more image based code
This commit is contained in:
@ -28,6 +28,14 @@
|
||||
@include t-translate-y(-50%);
|
||||
}
|
||||
|
||||
@mixin t-absolute-fill() {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@mixin t-absolute-position-options($inset: 0) {
|
||||
position: absolute;
|
||||
|
||||
|
Reference in New Issue
Block a user