Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/frugal/dep/lightningcss.ts>Url

A frugal web framework
Latest
interface Url
Re-export
import { type Url } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A CSS url() value and its source location.

Properties

The location where the url() was seen in the CSS source file.

url: String

The url string.