Cradicle Explorer
diverk
Info
Issues
Patches
Wallets
Source
Source
.obelisk
assets
backend
common
config
dep
frontend
hooks
static
src
css
default.nix
node-env.nix
node-packages.nix
package.json
postcss.config.js
tailwind.config.js
default.nix
.gitignore
LICENSE
README.md
cabal.project
default.nix
hie.yaml
install-hooks.sh
shell.nix
/
static
/
src
/ postcss.config.js
postcss.config.js
1
module.exports = {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
cssnano: {}
6
}
7
}