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

x/fed_dev/deps.ts>postcss.CommentProps

A Bundler with the web in mind.
Latest
interface postcss.CommentProps
implements NodeProps
Re-export
import { type postcss } from "https://deno.land/x/fed_dev@0.9.0/deps.ts";
const { CommentProps } = postcss;

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.