clientjs/packages/dashboard-components/postcss.config.js
author ymh <ymh.work@gmail.com>
Tue, 29 Mar 2022 12:01:13 +0200
changeset 23 cd25fa7db90c
parent 0 5f4fcbc80b37
permissions -rw-r--r--
Correct deploy script

/* eslint-disable */
module.exports = {
  plugins: [
    require('autoprefixer')
  ],
}