UNPKG

stylehacks

Version:

Detect/remove browser hacks from CSS files.

9 lines 342 B
declare const _exports: ({ new (result?: import("postcss").Result | undefined): important; } | { new (result?: import("postcss").Result | undefined): trailingSlashComma; })[]; export = _exports; import important = require("./important"); import trailingSlashComma = require("./trailingSlashComma"); //# sourceMappingURL=index.d.ts.map