@codedrop/background

0.2.3 • Public • Published

@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 */
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @codedrop/background

    Weekly Downloads

    3

    Version

    0.2.3

    License

    MIT

    Unpacked Size

    250 kB

    Total Files

    7

    Last publish

    Collaborators

    • flxa
    • rikki_iki