Unfollow tool for Bluesky
1import { defineConfig, presetWind3 } from "unocss"; 2 3export default defineConfig({ 4 presets: [presetWind3()], 5});