This repository has been archived on 2023-10-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MiBlog/.postcssrc.js
2023-01-13 14:21:51 +01:00

9 lines
200 B
JavaScript
Executable File

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}