From 70b09806211396a0abb0595757696bb59afbe954 Mon Sep 17 00:00:00 2001 From: "Vladislav Kosarev (a.k.a. Vlad Faust)" Date: Sun, 30 Aug 2026 15:10:25 +0400 Subject: [PATCH] chores: add style.css usage comment --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3955247..e81167e 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "vite": "^7.2.4", "vue-tsc": "^3.1.4" }, + "//": "Usage: `@reference '#style.css';`", "imports": { "#style.css": "./src/style.css" }