UNPKG

669 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", {
3 value: true
4});
5function _export(target, all) {
6 for(var name in all)Object.defineProperty(target, name, {
7 enumerable: true,
8 get: all[name]
9 });
10}
11_export(exports, {
12 lazyPostcss: ()=>lazyPostcss,
13 lazyPostcssImport: ()=>lazyPostcssImport,
14 lazyAutoprefixer: ()=>lazyAutoprefixer,
15 lazyCssnano: ()=>lazyCssnano
16});
17function lazyPostcss() {
18 return require("postcss");
19}
20function lazyPostcssImport() {
21 return require("postcss-import");
22}
23function lazyAutoprefixer() {
24 return require("autoprefixer");
25}
26function lazyCssnano() {
27 return require("cssnano");
28}