Skip to content

Commit 3ebbe23

Browse files
committed
version
1 parent fb1922b commit 3ebbe23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Chrome extension for highlighting DOM elements, designed to assist with better d
44
Adds a distinct colour outline to each visible DOM element according to it's *display* type. E.g..
55

66
```scss
7-
display: block; => $blue;
8-
display: inline; => $purple;
9-
display: flex; => $green;
7+
display: block; => blue;
8+
display: inline; => purple;
9+
display: flex; => green;
1010
```
1111
etc..

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "element-highlighter",
55
"description": "Chrome extension for highlighting DOM elements for better debugging of layout issues",
6-
"version": "1.0",
6+
"version": "1.5",
77
"author": "Chris Snowden",
88
"icons": {
99
"19": "images/icon19dark.png",

0 commit comments

Comments
 (0)