Skip to content

Commit cfc4bd4

Browse files
committed
update
1 parent 404da7c commit cfc4bd4

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ProtoshipCodegenSketchClient",
33
"description": "Build complex webapps from Sketch designs by generating elegant HTML & CSS that programmers can easily understand, adapt, and deploy",
44
"author": "Protoship <[email protected]>",
5-
"version": "4.6.1",
5+
"version": "4.7.0",
66
"engines": {
77
"sketch": ">=58"
88
},
@@ -17,4 +17,4 @@
1717
"resources": [
1818
"resources/**/*.js"
1919
]
20-
}
20+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Protoship Codegen Sketch Client</title>
6-
<link rel="stylesheet" href="d6a00a052965afdab3229d78a1d6bddb.css";">
6+
<link rel="stylesheet" href="c65ffbd74c7056cbc7b58e5ebaed5928.css";">
77
</head>
88
<body class="ps-bg-fullwhite" style='font-size: 16px;'>
99

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,10 @@ code {
745745
margin-bottom: 1rem;
746746
}
747747

748+
.ps-mb-6 {
749+
margin-bottom: 1.5rem;
750+
}
751+
748752
.ps-mt-8 {
749753
margin-top: 2rem;
750754
}
@@ -843,6 +847,10 @@ code {
843847
color: #2d3748;
844848
}
845849

850+
.ps-text-red-900 {
851+
color: #742a2a;
852+
}
853+
846854
.ps-text-yellow-800 {
847855
color: #975a16;
848856
}

protoship.sketchplugin/Contents/Resources/resources_LintErrors_bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protoship.sketchplugin/Contents/Resources/resources_hola_bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protoship.sketchplugin/Contents/Sketch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
]
3333
},
3434
"disableCocoaScriptPreprocessor": true,
35-
"version": "4.6.1"
35+
"version": "4.7.0"
3636
}

protoship.sketchplugin/Contents/Sketch/pluginEntrypoint_bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)