Functional CSS edges for use with position
.top-0
.left-0
.right-0
.bottom-0
.top-auto
.left-auto
.right-auto
.bottom-auto
npm install edge.css
@import './node_modules/edge.css/edge';
This module was made to work well with position.css
<div class="absolute top-0 left-0 right-0 bottom-0">I fill my container</div>