0.3.1 • Published 12 months ago

@codedrop/background v0.3.1

Weekly downloads
18
License
MIT
Repository
github
Last release
12 months 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.3.0

12 months ago

0.3.1

12 months ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

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

0.0.1

6 years ago