mailboar_frontend 0.4.4

A web interface for Tiny MailCatcher, a MailCatcher clone
Documentation
1
2
3
4
5
6
7
8
module.exports = ({ file, options }) => {// eslint-disable-line no-unused-vars
  return {
    parser: 'postcss-safe-parser',
    plugins: {
      autoprefixer: true,
    },
  };
};