This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-sign-up-site/postcss.config.cjs

6 lines
75 B
JavaScript
Raw Normal View History

2023-09-13 14:30:24 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}