1.0.0 • Published 9 years ago

sircus-components-button-size v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

sircus-components-button-size

npm version

Install

npm:

$ npm install sircus-components-button-size sircus-components-button sircus-variables

Usage

cssnext:

input.css

@import "sircus-components-button";
@import "sircus-components-button-size";
@import "sircus-variables";

sass:

input.scss

@import "node_modules/sircus-variables/converted";
@import "node_modules/sircus-components-button/converted";
@import "node_modules/sircus-components-button-size/converted";

html

<button class="Button Button--sm">Small</button>
<a class="Button Button--lg" href="#">Large</a>
<a class="Button Button--xl" href="#">Extra large</a>

Contributing

We Need Your Help!

License

Released under the MIT license.