postcss-bialint

1.1.0 • Public • Published

PostCSS Bia Build Status

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.

Package Sidebar

Install

npm i postcss-bialint

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

8.12 kB

Total Files

9

Last publish

Collaborators

  • zjhch123