themes-wordpress/sophisticated-business/postcss.config.js
Allan Cole 79bae7bade Sophiticated Business: Fixes build tool :focus-within errors and updates npm dependencies
- Removes some occurences of bad auto-prefixing selectors
2019-03-14 18:47:16 -04:00

5 lines
68 B
JavaScript

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