postcss-bg
1.0.5 • Public • Published postcss-bg 
A PostCSS plugin to replace bg
with background
.
Example
Input:
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.
Package Sidebar
Install
Weekly Downloads