2.12.2 • Published 6 years ago

@brandsourcedigital/avb-ui-styles v2.12.2

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
6 years ago

AVB-UI Styles

npm version

A CSS UI kit that styles components and elements used in applications built with AVB-UI.

Usage

Via npm/yarn

Install the package via npm or yarn using the following commands:

  • npm
    npm install @brandsourcedigital/avb-ui-styles --save
  • yarn
    yarn add @brandsourcedigital/avb-ui-styles

Using a bundler like Webpack, add it is a dependency through the config file:

entry: {
  "build.js": [
    "@brandsourcedigital/avb-ui-styles",
    // Other files here
  ]
}

Via <link>

Take the files from the dist/ directory and add it to your project. Within the HTML file, include the following in the <head> of the document:

<link rel="stylesheet" type="text/css" href="path/to/avb-ui-styles.css">

Contributing

See the Contribution doc for more details.

2.12.2

6 years ago

2.12.1

6 years ago

2.11.1

7 years ago

2.11.0

7 years ago

2.10.0

7 years ago

2.9.1

7 years ago

2.9.0

7 years ago

2.8.0

7 years ago

2.7.3

7 years ago

2.7.2

7 years ago

2.7.1

7 years ago

2.7.0

7 years ago

2.6.0

7 years ago

2.5.0

7 years ago

2.4.3

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.9.2

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago