0.1.2 • Published 1 year ago

tailwindcss-m3-plugin v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Tailwindcss Material3 Plugin

Usage

// tailwind.config.js
import { material3 } from "tailwindcss-m3-plugin";

export default {
  plugins: [
    material3({
      sourceColor: "#8282f4",
      customColors: [{ name: "info", value: "#42a5f5", blend: true }],
    }),
  ],
};
<div class="text-body-medium color-primary">Hello World!</div>
0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago