postcss-normalize-url
Install
npm install postcss-normalize-url --saveExample
Input
h1 {
background: url("http://site.com:80/image.jpg")
}Output
h1 {
background: url(http://site.com/image.jpg)
}Usage
API
normalize([options])
Contributors
License
Last updated