]> git.immae.eu Git - github/wallabag/wallabag.git/blob - postcss.config.js
Replace continue; with break; to avoid PHP 7.3 warnings
[github/wallabag/wallabag.git] / postcss.config.js
1 module.exports = {
2 plugins: function () {
3 return [
4 require('autoprefixer'),
5 ];
6 }
7 };