mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-13 01:18:18 +08:00
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
import { expectError, tailwindRunner } from "./runner";
|
|
|
|
tailwindRunner(
|
|
"Tables - Table Layout",
|
|
expectError(["table-auto", "table-fixed"])
|
|
);
|