mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-17 03:58:57 +08:00
13 lines
289 B
TypeScript
13 lines
289 B
TypeScript
import { tailwindRunner } from "../tailwindcss/runner";
|
|
|
|
tailwindRunner("Custom Tailwind CSS - component", [
|
|
[
|
|
"component-hover:text-green-500",
|
|
{
|
|
"component-hover_text-green-500": [
|
|
{ atRules: [["component", "hover"]], color: "#22c55e" },
|
|
],
|
|
},
|
|
],
|
|
]);
|