unprint 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -189,8 +189,8 @@ Extracts the CSS `url()` link from a style attribute, such as a background.
|
|
|
189
189
|
Arguments
|
|
190
190
|
* `styleAttribute`: the CSS style attribute to extract the URL from
|
|
191
191
|
|
|
192
|
-
#### Query style background
|
|
193
|
-
`query.
|
|
192
|
+
#### Query style background URL
|
|
193
|
+
`query.background([selector], [options])`
|
|
194
194
|
|
|
195
195
|
Extracts the CSS `url()` background from a style attribute. Alias for `query.styleUrl([selector], 'background-image', [options])`.
|
|
196
196
|
|