Skip to content

Commit c25eb38

Browse files
committed
update version with patch for ssr
1 parent 79be2fc commit c25eb38

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/public/global.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ html {
44
}
55

66
body {
7-
position: relative;
8-
margin: 0;
9-
/* padding: 8px; */
107
box-sizing: border-box;
11-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,
12-
'Helvetica Neue', sans-serif;
8+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,'Helvetica Neue', sans-serif;
9+
margin: 0;
10+
position: relative;
1311
}
1412

1513
html,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelte-plugins/viewable",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"description": "A simple rule-based approach to tracking element viewability.",
66
"author": "Kieran Boyle (https://github.com/dysfunc)",

0 commit comments

Comments
 (0)