Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias LineStyle
import { type LineStyle } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A <line-style> value, used in the border-style property.

definition:
| "none"
| "hidden"
| "inset"
| "groove"
| "outset"
| "ridge"
| "dotted"
| "dashed"
| "solid"
| "double"