Cradicle Explorer
casadecuentos-store-storefront
Info
Issues
Patches
Wallets
Source
Source
.github
public
src
.env.template
.eslintrc.js
.gitignore
.prettierrc
.yarnrc.yml
LICENSE
README.md
check-env-variables.js
next-env.d.ts
next-sitemap.js
next.config.js
package-lock.json
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
/
postcss.config.js
postcss.config.js
1
module.exports = {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
}