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