Files
matrix-authentication-service/frontend/.postcssrc.json
T

9 lines
141 B
JSON

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