We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290176a commit a359a10Copy full SHA for a359a10
src/index.js
@@ -1,5 +1 @@
1
-if (process.env.OXIDE) {
2
- module.exports = require('./oxide/postcss-plugin')
3
-} else {
4
- module.exports = require('./plugin')
5
-}
+module.exports = require('./plugin')
0 commit comments