add mixin

This commit is contained in:
Ray Elliott 2020-03-28 14:17:12 +00:00
parent 6a55b96c3d
commit cb4df1c203
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
@mixin abs-full {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
}