themes-wordpress/calm-business/postcss.config.js
Allan Cole 0902467f42 Calm Business: Fixes build tool :focus-within errors and updates npm dependencies
- Removes some occurences of bad auto-prefixing selectors
2019-03-14 18:27:07 -04:00

5 lines
68 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
};