@0x57/oxfmt-config
v1.0.5
Published
Shared oxfmt configuration used by 0x57 projects
Readme
@0x57/oxfmt-config
An opinionated shared oxfmt config.
Usage
bun add -D @0x57/oxfmt-configexport { config } from "@0x57/oxfmt-config";
export default config;Tailwind Stylesheet
If you're using Tailwind v4, you can specify the path to your stylesheet in the config:
import { defineConfig } from "oxfmt";
import { config } from "@0x57/oxfmt-config";
export default defineConfig({
...config,
sortTailwindcss: {
stylesheet: "./app/tailwind/styles.css",
},
});