This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/src/css/imports/mixins.scss

8 lines
96 B
SCSS
Raw Normal View History

2020-03-28 14:17:12 +00:00
@mixin abs-full {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
}