Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CommentProps
implements NodeProps
Re-export
import { type CommentProps } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";

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.