source: frontend/node_modules/tailwindcss/lib/cli-peer-dependencies.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 793 bytes
Line 
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: function() {
13 return lazyPostcss;
14 },
15 lazyPostcssImport: function() {
16 return lazyPostcssImport;
17 },
18 lazyAutoprefixer: function() {
19 return lazyAutoprefixer;
20 },
21 lazyCssnano: function() {
22 return lazyCssnano;
23 }
24});
25function lazyPostcss() {
26 return require("postcss");
27}
28function lazyPostcssImport() {
29 return require("postcss-import");
30}
31function lazyAutoprefixer() {
32 return require("autoprefixer");
33}
34function lazyCssnano() {
35 return require("cssnano");
36}
Note: See TracBrowser for help on using the repository browser.