salix-front/.postcssrc.js

10 lines
236 B
JavaScript
Raw Normal View History

2022-03-24 12:33:14 +00:00
/* eslint-disable */
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
2022-03-24 13:57:11 +00:00
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer'),
],
};