This commit is contained in:
gcch 2025-09-27 16:19:59 +02:00
commit 4d2186b8a8
15 changed files with 1269 additions and 0 deletions

6
dist/index.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
import Stylelint from "stylelint";
//#region index.d.ts
declare const configCss: Readonly<Stylelint.Config>;
//#endregion
export { configCss };