summaryrefslogtreecommitdiff
path: root/projs/.postcssrc.json
blob: 9dfcc3beffb02f625ad97f7b992ef7e307332bb4 (plain)
1
2
3
4
5
6
7
8
{
  "map": false,
  "plugins": {
    "tailwindcss/nesting": {},
    "tailwindcss": {},
    "autoprefixer": {}
  }
}