Commit d72eb169 authored by Irun's avatar Irun
Browse files

Setup, with `figma-to-code` plugin. But still failing when used in another repo.

parent 6a201038
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
{
  "name": "cc-marketplace",
  "owner": {
    "name": "Your Name"
    "name": "Irun"
  },
  "plugins": [
    {
      "name": "quality-review-plugin",
      "source": "./plugins/quality-review-plugin",
      "description": "Adds a /quality-review skill for quick code reviews"
    },
    {
      "name": "test-test-plugin-2",
      "source": "./plugins/quality-review-plugin",
      "description": "Adds a /quality-review skill for quick code reviews"
      "name": "figma-to-code",
      "source": "./plugins/figma-to-code",
      "description": "Workflow from Figma design, download to local files, to code. Includes playwright official MCP."
    }
  ]
}
 No newline at end of file

.figma-to-code/channel

0 → 100644
+1 −0
Original line number Diff line number Diff line
bbdmjp24
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
# Kotak

![Full page overview](page.png)

---
+50 −0
Original line number Diff line number Diff line
{
  "colors": [
    {
      "hex": "#NANNANNAN",
      "usage_count": 5
    }
  ],
  "fonts": [],
  "documentStyles": {
    "colors": [
      {
        "id": "S:60ac911245b08306cd3934da7db21623da645acf,",
        "name": "Grey",
        "key": "60ac911245b08306cd3934da7db21623da645acf",
        "paint": {
          "type": "SOLID",
          "visible": true,
          "opacity": 1,
          "blendMode": "NORMAL",
          "color": {
            "r": 0.8509804010391235,
            "g": 0.8509804010391235,
            "b": 0.8509804010391235
          },
          "boundVariables": {}
        }
      },
      {
        "id": "S:c8cf3336006534bf61a6f6514e36bb13e1d53add,",
        "name": "Blue",
        "key": "c8cf3336006534bf61a6f6514e36bb13e1d53add",
        "paint": {
          "type": "SOLID",
          "visible": true,
          "opacity": 1,
          "blendMode": "NORMAL",
          "color": {
            "r": 0,
            "g": 0.3333333432674408,
            "b": 1
          },
          "boundVariables": {}
        }
      }
    ],
    "texts": [],
    "effects": [],
    "grids": []
  }
}
 No newline at end of file
+2.76 KiB
Loading image diff...
Loading