Blame view

HHECS.Web/postcss.config.js 196 Bytes
胡菁 authored
1
2
3
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
胡菁 authored
4
  plugins: {
胡菁 authored
5
    // to edit target browsers: use "browserslist" field in package.json
胡菁 authored
6
7
8
    autoprefixer: {},
  },
};