feat: Add Draft Order plugin (#13291)
* feat: Add draft order plugin * version draft order plugin * update readme * chore: Update scripts * Create purple-dolls-cheer.md * port over latest changes * chore: Make package public
This commit is contained in:
9
packages/plugins/draft-order/tailwind.config.ts
Normal file
9
packages/plugins/draft-order/tailwind.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import preset from "@medusajs/ui-preset";
|
||||
import { Config } from "tailwindcss";
|
||||
|
||||
const config: Config = {
|
||||
content: ["./src/admin/**/*.{ts,tsx}"],
|
||||
presets: [preset],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user