Delete postcss.config.js

This commit is contained in:
Macide Celik 2019-10-27 18:49:47 +03:00 committed by GitHub
parent 6d138f345f
commit 628f2592f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
module.exports = {
plugins: [
require("postcss-import"),
require("autoprefixer"),
require("postcss-css-variables")({
preserve: true
}),
]
};