Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias AttrSelectorOperator
import { type AttrSelectorOperator } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";
definition:
| "equal"
| "includes"
| "dash-match"
| "prefix"
| "substring"
| "suffix"