0.0.1 • Published 11 years ago

makeover v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
11 years ago

makeover

stylus plugin for vendor prefix mixins

install

npm install makeover

use

In your js

stylus.use(makeover());

In your css

@import 'makeover/vendor'

Now you can just use border-radius like styles and they will be expanded automatically.

why?

Because I don't want all of nib. I just want vendor prefixes.

credit

The stylus code is copied from the nib project and licensed under MIT.