Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

maizzle/jit-object-config

Repository files navigation

About

This repo reproduces the issue described here:

tailwindlabs/tailwindcss#4094

Getting Started

  1. Make sure you have the Maizzle CLI installed:
# install the CLI globally
npm i -g @maizzle/cli
  1. Clone this repo:
git clone https://github.com/maizzle/jit-object-config
  1. npm install dependencies

  2. Build for production:

maizzle build production

The build should hang.

If you edit tailwind.config.js and use the simplified array syntax purge instead of the object one, it'll work.

To check the Tailwind config object that is being used, you can edit node_modules/@maizzle/framework/src/generators/tailwindcss.js and add this just before the return statement:

console.log(merge(coreConfig, tailwindConfigObject))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published