This repository has been archived on 2023-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
ltt-mapmaker/.postcssrc.js
2021-09-18 11:50:15 +02:00

9 lines
200 B
JavaScript

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