7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
"use strict";
|
|
if (process.env.OXIDE) {
|
|
module.exports = require("./oxide/postcss-plugin");
|
|
} else {
|
|
module.exports = require("./plugin");
|
|
}
|