mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
0887c4e74c
- First cut
11 lines
246 B
JavaScript
11 lines
246 B
JavaScript
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
"plugins": {
|
|
"postcss-import": {},
|
|
"postcss-url": {},
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
"autoprefixer": {}
|
|
}
|
|
}
|