UNPKG

117 BJavaScriptView Raw
1module.exports = {
2 plugins: [
3 require('postcss-windicss')({
4 touchMode: 'insert-comment',
5 }),
6 ],
7};