From ea7ac6ecf728ab2153cf66a61af023a0737e13db Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 13 Mar 2023 13:36:43 +0100 Subject: [PATCH] docs: don't mention unsupported usage #57 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e6dce..2c6627c 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ export default { colors: { primary: "user_primary", }, - extends: ["./theme", "./config.dev.ts"], + extends: ["./theme"], }; ```