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

9 lines
155 B
JavaScript
Raw Permalink Normal View History

2020-01-28 18:40:16 +01:00
module.exports = {
plugins: {
tailwindcss: {},
2020-01-30 23:54:13 +01:00
"vue-cli-plugin-tailwind/purgecss": {
whitelistPatterns: [/leaflet/, /marker/]
}
2020-01-28 18:40:16 +01:00
}
2020-01-30 23:54:13 +01:00
};