View Source Beacon.RuntimeCSS.TailwindCompiler (Beacon v0.2.1)

Tailwind compiler for runtime CSS, used on all sites.

The default configuration is fetched from Path.join(Application.app_dir(:beacon, "priv"), "tailwind.config.js"), you can see the actual file at https://github.com/BeaconCMS/beacon/blob/main/priv/tailwind.config.js

That's the file used by default if no value is provided in the site configuration Beacon.Config.tailwind_config/0

You can use any of the available options from Tailwind CSS but you must bundle the file if using Plugins or requiring any external module, see the Tailwind Setup guide for more info and examples.