TeaWeb/postcss.config.ts

8 lines
127 B
TypeScript
Raw Permalink Normal View History

2021-03-17 17:32:03 +00:00
export = {
plugins: [
[
require("autoprefixer"),
"postcss-preset-env",
],
],
};