[READ-ONLY] Mirror of https://github.com/flo-bit/atmo-tools. atmo.tools
0

Configure Feed

Select the types of activity you want to include in your feed.

atmo-tools / src / app.css
162 B 9 lines
1@import 'tailwindcss'; 2 3@plugin '@tailwindcss/forms'; 4 5@custom-variant dark (&:is(.dark *)); 6 7@import '@foxui/core/theme.css'; 8 9@source "../node_modules/@foxui";