v1/src/compiler/style_url_resolver library
Classes
Functions
-
extractStyleUrls(
String baseUrl, String cssText) → StyleWithImports -
Rewrites style sheets by resolving and removing the @import urls that
are either relative or don't have a
package:
scheme -
isStyleUrlResolvable(
String? url) → bool -
Whether
url
resides within the current package or a dependency.