Files
wizarr/app/static/node_modules/tailwindcss/lib/index.js
2023-02-21 16:42:29 +00:00

7 lines
148 B
JavaScript

"use strict";
if (process.env.OXIDE) {
module.exports = require("./oxide/postcss-plugin");
} else {
module.exports = require("./plugin");
}