postcss-bialint
v1.1.0
Published
PostCSS plugin for bia
Downloads
7
Maintainers
Readme
PostCSS Bia
PostCSS plugin for bia.
.foo {
background-image: url(https://www.baidu.com/1.png); /* that will be ok*/
}
.foo {
background-image: url(http://www.baidu.com/1.png); /* an error will be throw */
}
.foo {
background-image: url(http://www.baidu.com/1.png) /* ignore-protocol */; /* ignore check */
}
Usage
postcss([ require('postcss-bialint') ])
See PostCSS docs for examples for your environment.