From d9681f3d57b4ed5b8e9f2b8267aaa5e8cf13d3cc Mon Sep 17 00:00:00 2001 From: Zul Date: Mon, 24 Aug 2026 10:01:03 +0800 Subject: [PATCH 1/2] Potential fix for code scanning alert no. 19: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/publish-packages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index bf90b84..bfd7ded 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -35,6 +35,8 @@ jobs: # ═══════════════════════════════════════════════════════════════════════════ build: runs-on: ubuntu-latest + permissions: + contents: read outputs: version: ${{ inputs.version }} steps: From f1362a2aa4b8cd66bb6c0f57076d8a4b14bf95fc Mon Sep 17 00:00:00 2001 From: codinglombok <293781745+codinglombok@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:01:19 +0000 Subject: [PATCH 2/2] style: automated code formatting fixes --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e851e38..765c0c8 100644 --- a/README.md +++ b/README.md @@ -154,13 +154,13 @@ it; the script only adds dropdown/tab/toast/table-sort/navbar-toggle/carousel/dr **Other registries:** -| Registry | Install command | -| -------- | --------------- | -| **GitHub Packages (npm)** | `npm install @codinglombok/lombokcss` | -| **GitHub Packages (Container)** | `docker pull ghcr.io/codinglombok/lombokcss:0.1.8` | -| **GitHub Packages (NuGet)** | `dotnet add package codinglombok.LombokCSS` | -| **GitHub Packages (RubyGems)** | `gem "lombokcss"` → `Lombokcss.assets_path` for Sprockets | -| **GitHub Packages (Maven)** | `com.github.codinglombok` `lombokcss` | +| Registry | Install command | +| ------------------------------- | --------------------------------------------------------------------------------- | +| **GitHub Packages (npm)** | `npm install @codinglombok/lombokcss` | +| **GitHub Packages (Container)** | `docker pull ghcr.io/codinglombok/lombokcss:0.1.8` | +| **GitHub Packages (NuGet)** | `dotnet add package codinglombok.LombokCSS` | +| **GitHub Packages (RubyGems)** | `gem "lombokcss"` → `Lombokcss.assets_path` for Sprockets | +| **GitHub Packages (Maven)** | `com.github.codinglombok` `lombokcss` | Works with any bundler (Vite/Webpack/Parcel) and framework (Vue/React/Svelte) — just import the CSS. See the **Getting started** docs for per-tool snippets. @@ -194,15 +194,21 @@ Everything is a CSS variable. Override on `:root` (or a scope) to customize: **Dark mode** — three ways, they all work together: ```html - - - + + + + + + + + + ``` **RTL** — set the document direction; all components use logical properties: ```html - + ``` **Make your own style** — add a token block, no component edits: