Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Use CSS positions as properties that support clockhand-stylus syntax

Notifications You must be signed in to change notification settings

jasonkuhrt/shorthand-position-stylus

Repository files navigation

shorthand-position-stylus

Use CSS positions as properties that support clockhand-stylus syntax

Preview

.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; }

Summary

.
.
.

Install

Until published on Npm, add git url to your package.json

Roadmap

  • Publish on Npm
  • Make !important apply the the position property, not just the edge properties

About

Use CSS positions as properties that support clockhand-stylus syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published