1
0
mirror of https://github.com/chylex/Firefox-SCsCC.git synced 2024-10-17 09:42:46 +02:00
Firefox-SCsCC/postcss.config.js
2018-03-30 11:00:57 +02:00

8 lines
105 B
JavaScript

const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [
autoprefixer,
],
};