profile
Share
/
Search
← Back to profile
Snapshot from Aug 14, 2026, 9:06 AM
rasmusjy
/
roundtable
Read-only snapshot
No repository description.
main
default branch
181
files
Expires
Sep 13, 2026, 9:06 AM
Code
Issues
0
Pull requests
0
Releases
0
Commits
70
roundtable
/
postcss.config.mjs
postcss.config.mjs
81 bytes
Copy path
History
← Back to files
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
};
7