import * as postcss from "https://deno.land/x/postcss@8.4.16/lib/postcss.d.ts";
Classes
Represents an at-rule. | |
Represents a comment between declarations or statements (rule and at-rules). | |
The | |
The CSS parser throws this error for broken CSS. | |
Represents a CSS declaration. | |
Represents a file and contains all its parsed nodes. | |
Represents the source CSS. | |
A Promise proxy for the result of PostCSS transformations. | |
All node classes inherit the following common methods. | |
Contains plugins to process CSS. Create one | |
Provides the result of the PostCSS transformations. | |
c Root | Represents a CSS file and contains all its parsed nodes. |
c Rule | Represents a CSS rule: a selector followed by a declaration block. |
Represents a plugin’s warning. It can be created using |