6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
if (process.env.OXIDE) {
|
|
module.exports = require('./oxide/postcss-plugin')
|
|
} else {
|
|
module.exports = require('./plugin')
|
|
}
|