Dust.Parsers.CSS (Dust v0.0.2-dev) View Source
Parse document and return all links/URIs to styles with absolute urls.
Link to this section Summary
Functions
Extract all links to stylesheets
Link to this section Functions
Specs
parse(Floki.html_tree() | Floki.html_tag()) :: [String.t()]
Extract all links to stylesheets
Following selectors are used:
link[rel=stylesheet]
link[as=style]
style