bones73k/assets/postcss.config.js

6 lines
96 B
JavaScript
Raw Permalink Normal View History

module.exports = {
parser: require("postcss-scss"),
plugins: [require("autoprefixer")],
};