0.3.0 • Published 7 years ago

edge.css v0.3.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

edge.css

Functional CSS edges for use with position

classes

  • .top-0
  • .left-0
  • .right-0
  • .bottom-0
  • .top-auto
  • .left-auto
  • .right-auto
  • .bottom-auto

setup

install

npm install edge.css

import

@import './node_modules/edge.css/edge';

related

This module was made to work well with position.css

example

<div class="absolute top-0 left-0 right-0 bottom-0">I fill my container</div>