Fetching metadata from the HF Docker repository...
Upload 3019 files
369fac9
verified
|
export { |
|
|
|
default, |
|
|
|
|
|
stringify, |
|
fromJSON, |
|
|
|
plugin, |
|
parse, |
|
list, |
|
|
|
document, |
|
comment, |
|
atRule, |
|
rule, |
|
decl, |
|
root, |
|
|
|
CssSyntaxError, |
|
Declaration, |
|
Container, |
|
Processor, |
|
Document, |
|
Comment, |
|
Warning, |
|
AtRule, |
|
Result, |
|
Input, |
|
Rule, |
|
Root, |
|
Node, |
|
|
|
|
|
AcceptedPlugin, |
|
AnyNode, |
|
AtRuleProps, |
|
Builder, |
|
ChildNode, |
|
ChildProps, |
|
CommentProps, |
|
ContainerProps, |
|
DeclarationProps, |
|
DocumentProps, |
|
FilePosition, |
|
Helpers, |
|
JSONHydrator, |
|
Message, |
|
NodeErrorOptions, |
|
NodeProps, |
|
OldPlugin, |
|
Parser, |
|
Plugin, |
|
PluginCreator, |
|
Position, |
|
Postcss, |
|
ProcessOptions, |
|
RootProps, |
|
RuleProps, |
|
Source, |
|
SourceMap, |
|
SourceMapOptions, |
|
Stringifier, |
|
Syntax, |
|
TransformCallback, |
|
Transformer, |
|
WarningOptions, |
|
|
|
|
|
type LazyResult, |
|
|
|
} from './postcss.js' |
|
|