From f684db3ab188a1b7690b141aa0f9b51b15a85f72 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Fri, 25 Oct 2024 14:53:15 -0600 Subject: [PATCH] Update asset-compilation-mix.md --- console/asset-compilation-mix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/console/asset-compilation-mix.md b/console/asset-compilation-mix.md index 8280919..5069bf3 100644 --- a/console/asset-compilation-mix.md +++ b/console/asset-compilation-mix.md @@ -16,6 +16,7 @@ By default, the `mix:create` command will only generate the basic `winter.mix.js - `--tailwind` will configure your package for [tailwindcss](https://tailwindcss.com/) - `--vue` will configure your package for [vue.js](https://vuejs.org/) +- Other custom bundles can be [registered by third party plugins](asset-compilation#supported-toolset-bundles) For example, the following with configure the plugin `Acme.Example` with tailwind and create `plugins/acme/example/assets/src/acme-example.css` with a tailwind setup.