mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
9 lines
200 B
JavaScript
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')
|
|
]
|
|
}
|