Files
matrix-authentication-service/frontend/.postcssrc.json
T
2024-02-09 15:57:11 +01:00

9 lines
141 B
JSON

{
"plugins": {
"postcss-import": {},
"tailwindcss/nesting": "postcss-nesting",
"tailwindcss": {},
"autoprefixer": {}
}
}