0.1.9 • Published 2 years ago

@codedrop/button v0.1.9

Weekly downloads
17
License
MIT
Repository
github
Last release
2 years ago

@codedrop/button

npm

Button styles.

button  component

Installation

npm install @codedrop/button --save-dev

How to use

CSS

  • PostCSS workflow: @import '@codedrop/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 '@codedrop/button';

To override variables in a project:

@import '@codedrop/constants';

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

@import '@codedrop/button/src/_button.css';

.button {
  /* Overrides */
}
0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago