1.0.5 • Published 10 years ago

postcss-bg v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

postcss-bg Build Status

A PostCSS plugin to replace bg with background.

Example

Input:

.blackbriar {
  bg: #666;
}

Output:

.blackbriar {
  background: #666;
}

Usage

Install:

npm i -D postcss-bg

Then include the plugin:

postcss([require('postcss-bg')(options)])

See PostCSS docs for examples for your environment.

Licence

Released under the MIT license.

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago