Sha256: 4e1382fa8d71c4a0d5ec7b4a866f663670b847375ea71e6603d673c396697fe7
Contents?: true
Size: 357 Bytes
Versions: 13
Compression:
Stored size: 357 Bytes
Contents
import Stringifier from './stringifier'; import postcss from './postcss'; import Node from './node'; /** * Default function to convert a node tree into a CSS string. */ declare function stringify(node: Node, builder: Stringifier.Builder): void; declare module stringify { var stringify: postcss.Syntax | postcss.Stringify; } export default stringify;
Version data entries
13 entries across 4 versions & 2 rubygems