Skip to content

Export your tailwind.js config file to a JSON file that can be consumed in applications

Notifications You must be signed in to change notification settings

approvedio/laravel-mix-export-tailwind-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Mix - Export Tailwind Config

Mix plugin to export the tailwind.js config file as a JSON file that can be used in conjunction with Laravel Tailwind Config

Usage

npm i laravel-mix-export-tailwind-config

Update webpack.mix.js to require and use plugin

require('laravel-mix-export-tailwind-config');

mix.exportTailwindConfig();

About

Export your tailwind.js config file to a JSON file that can be consumed in applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages