mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-16 02:34:28 +08:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
import { tailwindRunner, expectError } from "./runner";
|
|
|
|
tailwindRunner(
|
|
"Layout - Isolation",
|
|
expectError(["isolate", "isolation-auto"])
|
|
);
|