Skip to content

Commit a359a10

Browse files
committed
drop oxide branching for the PostCSS plugin for now
This is currently a redirect to the same file, so doesn't hurt.
1 parent 290176a commit a359a10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
if (process.env.OXIDE) {
2-
module.exports = require('./oxide/postcss-plugin')
3-
} else {
4-
module.exports = require('./plugin')
5-
}
1+
module.exports = require('./plugin')

0 commit comments

Comments
 (0)