mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-16 02:34:28 +08:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
import { expectError, tailwindRunner } from "./runner";
|
|
|
|
tailwindRunner(
|
|
"Interactivity - Scroll Behaviour",
|
|
expectError(["scroll-auto", "scroll-smooth"])
|
|
);
|