🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mix-export-tailwind-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mix-export-tailwind-config

Export the tailwind config to a JSON file.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Export Tailwind Config to JSON

This Laravel Mix plugin generates a JSON file containing your tailwind configuration.

Note: I've stumbled upon literally the same package but as mine added some options, I've decided to publish it anyway. You can find the package here

Installation

npm install --save-dev mix-export-tailwind-config

or

yarn add -D mix-export-tailwind-config

Usage

// webpack.config.js

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

mix
    .exportTailwindConfig( 
       './tailwind.config.js',
        './storage/tailwind.config.json'
    )

Keywords

laravel

FAQs

Package last updated on 19 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts