6.3.6 • Published 1 month ago

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

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

6 months ago

6.3.6

1 month ago

6.3.5

1 month ago

6.3.2

7 months ago

6.3.1

8 months ago