Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jasim committed Nov 3, 2019
1 parent 33e362d commit 43fe291
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ProtoshipCodegenSketchClient",
"description": "Build complex webapps from Sketch designs by generating elegant HTML & CSS that programmers can easily understand, adapt, and deploy",
"author": "Protoship <hello@protoship.io>",
"version": "4.5.9",
"version": "4.5.11",
"engines": {
"sketch": ">=58"
},
Expand All @@ -17,4 +17,4 @@
"resources": [
"resources/**/*.js"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Protoship Codegen Sketch Client</title>
<link rel="stylesheet" href="0afdf7abf8c43575ed8fca3d136b7c44.css";">
<link rel="stylesheet" href="7e4cad6ad1f55a646ebaa09ca4a6a657.css";">
</head>
<body class="ps-bg-fullwhite" style='font-size: 16px;'>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -718,11 +718,6 @@ code {
margin-right: 0.5rem;
}

.ps-my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}

.ps-mb-0 {
margin-bottom: 0;
}
Expand All @@ -747,6 +742,10 @@ code {
margin-bottom: 1rem;
}

.ps-mt-8 {
margin-top: 2rem;
}

.ps-mr-8 {
margin-right: 2rem;
}
Expand Down

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion protoship.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
]
},
"disableCocoaScriptPreprocessor": true,
"version": "4.5.9"
"version": "4.5.11"
}

Large diffs are not rendered by default.

This file was deleted.

0 comments on commit 43fe291

Please sign in to comment.