From 9616166f700b4c82bf7709f8a57738190c6014af Mon Sep 17 00:00:00 2001 From: Bartek Date: Wed, 25 Feb 2026 14:15:55 +0100 Subject: [PATCH] Update maxSize for tabler.min.css in package.json to 73 kB --- .cursor/commands/generate-pr-info.md | 1 + core/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .cursor/commands/generate-pr-info.md diff --git a/.cursor/commands/generate-pr-info.md b/.cursor/commands/generate-pr-info.md new file mode 100644 index 000000000..285d769c3 --- /dev/null +++ b/.cursor/commands/generate-pr-info.md @@ -0,0 +1 @@ +Generate PR title and description, use ALL changes in current branch vs dev branch. Use simple english, title should be no longer than 70 chars. Generate title and description in markdown. If issue numer are in branch name add reference in PR to this issue on Github. \ No newline at end of file diff --git a/core/package.json b/core/package.json index 55b866921..c305b9869 100644 --- a/core/package.json +++ b/core/package.json @@ -86,7 +86,7 @@ }, { "path": "./dist/css/tabler.min.css", - "maxSize": "72 kB" + "maxSize": "73 kB" }, { "path": "./dist/css/tabler.rtl.css",