Use CSS positions as properties that support clockhand-stylus syntax
.foo { absolute 1 _ }
.bar { fixed _ 1 2 _ }
.zed { relative 0 }
.foo { position:absolute; top:1; bottom:1; }
.bar { position:fixed; right:1; bottom:2; }
.bar { position: relative; top: 0; right:0; bottom:0; left:0; }
- Mixins:
absolute
/fixed
/relative
- clockhand-stylus syntax supported
.
.
.
Until published on Npm, add git url to your package.json
- Publish on Npm
- Make
!important
apply the the position property, not just the edge properties