snipette-crowdfunding-site/.postcssrc

10 lines
145 B
Plaintext
Raw Normal View History

2021-12-27 07:52:54 -05:00
{
"plugins": {
"postcss-import": {},
"tailwindcss/nesting": {},
"tailwindcss": {},
"autoprefixer": {},
"cssnano": {}
}
}