Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
mastodon
Edit Copy
Star
GitHub Repository:
mastodon/joinmastodon
Path:
blob/main/postcss.config.js
1
0
0
6
views
1
module
.
exports
=
{
2
plugins
:
{
3
tailwindcss
:
{
}
,
4
autoprefixer
:
{
}
,
5
}
,
6
}
7
8