UNPKG

at-rule-packer

Version:

Merge duplicate CSS media query and other at-rule rules together.

14 lines (13 loc) 425 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const tool_1 = __importDefault(require("../tool")); module.exports = () => ({ postcssPlugin: 'at-rule-packer', Root(root) { (0, tool_1.default)(root); }, }); module.exports.postcss = true;