0.0.16 • Published 5 years ago

@flxaco/button v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@flxaco/button

Button styles and sizes.

Installation

npm install @flxaco/button --save-dev

How to use

CSS

  • PostCSS workflow: @import '@flxaco/button';
  • Native CSS: @import url('dist/button.css');
  • Link tag: <link href="dist/button.css" rel="stylesheet" type="text/css">

Developer notes

To use with default values:

@import "@flxaco/button";

To override variables in a project:

@import "@flxaco/constants";

@import "path/to/local/project/vars.css";

@import "@flxaco/button/src/_button.css";

.button {
  /* Overrides */
}
0.0.14

5 years ago

0.0.15

5 years ago

0.0.16

5 years ago

0.0.10

5 years ago

0.0.8

5 years ago

0.0.4

5 years ago