This repository has been archived on 2021-06-04. You can view files and clone it, but cannot push or open issues or pull requests.
carteG1/postcss.config.js

7 lines
102 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
'vue-cli-plugin-tailwind/purgecss': {}
}
}