6.3.6 • Published 19 days ago

@studiometa/webpack-config-preset-tailwindcss-4 v6.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

@studiometa/webpack-config-preset-tailwindcss-4

NPM Version

A preset for @studiometa/webpack-config to add Tailwind CSS v4 support to your project.

Usage

Install the package along with Tailwind CSS v4:

npm install --save-dev @studiometa/webpack-config-preset-tailwindcss-4
npm install --save tailwindcss@4

And load the preset in the meta.config.js file:

import { defineConfig } from '@studiometa/webpack-config';
import { tailwindcss } from '@studiometa/webpack-config-preset-tailwindcss-4';

export default defineConfig({
  presets: [tailwindcss()],
  // ...
});
6.3.4

2 months ago

6.3.3

5 months ago

6.3.6

19 days ago

6.3.5

20 days ago

6.3.2

7 months ago

6.3.1

7 months ago