Skip to content

Commit

Permalink
Merge pull request #82 from thierryc/javascript-api
Browse files Browse the repository at this point in the history
Help page added
  • Loading branch information
thierryc committed Mar 26, 2019
2 parents 91ed942 + 1501290 commit c5ddec3
Show file tree
Hide file tree
Showing 25 changed files with 1,481 additions and 583 deletions.
1,254 changes: 922 additions & 332 deletions Find-and-replace-2.sketchplugin/Contents/Resources/index.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sketch-find-and-replace-2",
"version": "2.0.0",
"version": "2.0.1",
"engines": {
"sketch": ">=3.0"
},
Expand Down
10 changes: 10 additions & 0 deletions ressources/components/ActionBar.js
@@ -0,0 +1,10 @@
import styled from 'styled-components'

const ActionBar = styled.div`
position: absolute;
top: 15px;
right: 16px;
margin-bottom: 8px;
z-index: 1000;
`
export default ActionBar

0 comments on commit c5ddec3

Please sign in to comment.