themes-wordpress/friendly-business/postcss.config.js
Allan Cole 364f57dd8c Friendly Business: Fixes build tool :focus-within errors and updates npm dependencies
- Removes some occurences of bad auto-prefixing selectors
2019-03-14 18:36:24 -04:00

5 lines
68 B
JavaScript
Executable file

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