Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface CommentProps
implements NodeProps
import { type CommentProps } from "https://deno.land/x/postcss@8.4.16/lib/comment.d.ts";

Properties

text: string

Content of the comment.

optional
raws: CommentRaws

Information used to generate byte-to-byte equal node string as it was in the origin input.