4.1.0 (2016-06-17)
- Added a new CSS config setting,
:import_url_validator
. This is a Proc or
other callable object that will be called with each@import
URL, and should
returntrue
to allow the URL orfalse
to remove it. @nikz - #153
:import_url_validator
. This is a Proc or@import
URL, and shouldtrue
to allow the URL or false
to remove it. @nikz - #153