1
0
mirror of https://github.com/taniarascia/new-moon.git synced 2025-04-19 11:22:15 +03:00
new-moon-theme/postcss.config.js
2019-05-25 18:01:27 +03:00

11 lines
152 B
JavaScript

'use strict';
const autoprefixer = require('autoprefixer');
module.exports = {
map: false,
plugins: [
autoprefixer({ cascade: false })
]
};