add mixin
This commit is contained in:
parent
6a55b96c3d
commit
cb4df1c203
|
@ -0,0 +1,7 @@
|
|||
@mixin abs-full {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
Reference in New Issue