6.3.6 • Published 2 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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

3 months ago

6.3.3

7 months ago

6.3.6

2 months ago

6.3.5

2 months ago

6.3.2

8 months ago

6.3.1

9 months ago