Skip to content

Commit 9e0bed0

Browse files
committed
update
1 parent acd5258 commit 9e0bed0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.8.0",
5+
"version": "4.8.1",
66
"engines": {
77
"sketch": ">=58"
88
},
@@ -17,4 +17,4 @@
1717
"resources": [
1818
"resources/**/*.js"
1919
]
20-
}
20+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,8 @@ code {
871871
font-size: 13px;
872872
}
873873

874-
.ps-text-base {
875-
font-size: 1rem;
874+
.ps-text-sm {
875+
font-size: 0.875rem;
876876
}
877877

878878
.ps-text-lg {
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="2d57062e7d34bb3b092c27f2ddd0e144.css";">
6+
<link rel="stylesheet" href="6fc3fa30db6dabd37abb3a7d9fa162a9.css";">
77
</head>
88
<body class="ps-bg-fullwhite" style='font-size: 16px;'>
99

7.02 KB
Loading

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.8.0"
35+
"version": "4.8.1"
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)