1.0.0 • Published 9 years ago

sircus-components-button-fill v1.0.0

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

sircus-components-button-fill

npm version

Install

npm:

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

Usage

cssnext:

input.css

@import "sircus-components-button";
@import "sircus-components-button-fill";
@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-fill/converted";

html

<button class="Button Button--fill">...</button>
<a class="Button Button--fill" href="#">...</a>

<button class="Button Button--fill Button--primary">...</button>
<a class="Button Button--fill Button--primary" href="#">...</a>

Contributing

We Need Your Help!

License

Released under the MIT license.