- CSS url data types - The reference path is replaced with a datauri. These can be used in linked stylesheets, style elements, and element style attributes.
url('file.ext') -> url('data:...')
- Images - The source path is replaced with a datauri.
<img src="file.ext"/> -> <img src="data:..."/>
Returns a `Promise` that is fulfilled with an `html` string or a `results` object depending on the value of `options.verbose`.
#### Arguments
-`filename` - The filename of the HTML file to be inlined. Relative file paths are resolved relative to the filename directory.
-`options`
-`less` - An object containing LESS options to pass to the less compiler. Defaults to `{}`.
-`verbose` - A boolean that determines the promises fulfillment value. Defaults to `false`.
-`true`: promise is resolved with an instance of `Results`