Skip to main content

Module css

Module css 

Source
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.