Expand description
Extract URLs from CSS content
This module extracts URLs from CSS files and <style> tags.
It looks for url() functions which are commonly used for:
- background-image
- background
- @import statements
- font-face src
- etc.
Extract URLs from CSS content
This module extracts URLs from CSS files and <style> tags.
It looks for url() functions which are commonly used for: