@productivemark/snipcss 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +1 -1
- package/dist/index.js +0 -0
- package/dist/mcp-server.js +0 -0
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
{
|
|
9
9
|
"name": "snipcss",
|
|
10
10
|
"source": {
|
|
11
|
-
"source": "
|
|
12
|
-
"
|
|
11
|
+
"source": "npm",
|
|
12
|
+
"package": "@productivemark/snipcss"
|
|
13
13
|
},
|
|
14
14
|
"description": "Convert repos to Tailwind or extract pixel-perfect designs from any website. Gives Claude design super-powers via Playwright and SnipCSS."
|
|
15
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snipcss",
|
|
3
3
|
"description": "Snipcss tools are the most accurate way to convert a repo to tailwind or extract designs from existing websites. The agent can use playwright with SnipCSS on any local or remote url. This plugin allows Claude to use SnipCSS however needed to achieve a goal - whether it's Tailwind conversion or importing pixel-perfect designs, this plugin will give Claude design super-powers.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"author": { "name": "SnipCSS" },
|
|
6
6
|
"homepage": "https://www.snipcss.com",
|
|
7
7
|
"repository": "https://github.com/mrieck/snipcss-claude-plugin",
|
package/.mcp.json
CHANGED
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/mcp-server.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@productivemark/snipcss",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Snipcss tools are the most accurate way to convert a repo to tailwind or extract designs from existing websites. This plugin allows Claude to use SnipCSS however needed - whether it's Tailwind conversion or importing pixel-perfect designs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|