0.2.3 • Published 1 year ago

@codedrop/background v0.2.3

Weekly downloads
18
License
MIT
Repository
github
Last release
1 year ago

@codedrop/background

npm

Background styles.

background  component

Installation

npm install @codedrop/background --save-dev

How to use

CSS

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

Developer notes

To use with default values:

@import '@codedrop/background';

To override variables in a project:

@import '@codedrop/constants';

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

@import '@codedrop/background/src/_background.css';

.background {
  /* Overrides */
}
0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago