nervmag/postcss.config.js

7 lines
74 B
JavaScript
Raw Normal View History

2018-12-06 19:59:16 +01:00
"use strict";
2018-11-16 18:16:35 +01:00
module.exports = {
plugins: {
autoprefixer: {}
}
2018-12-06 19:59:16 +01:00
};