mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-13 01:18:18 +08:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import { expectError, tailwindRunner } from "./runner";
|
|
|
|
tailwindRunner("Typography - Content", expectError(["content-none"]));
|