summaryrefslogtreecommitdiff
path: root/node_modules/tailwindcss/lib/public/load-config.js
blob: 1b38419a29ef0f5d75e3179d296801128e36cebc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
"use strict";
Object.defineProperty(exports, "__esModule", {
    value: true
});
Object.defineProperty(exports, "default", {
    enumerable: true,
    get: function() {
        return _default;
    }
});
const _loadconfig = require("../lib/load-config");
const _default = _loadconfig.loadConfig;