Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit af85c3c

Browse files
Fixed a missing curly bracket in static.scss
On line 142 of static.scss there is a missing "}" bracket causing an error if you compile the scss.
1 parent 5afedb2 commit af85c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/styleguide/css/static.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ input[type=search] {
139139
padding: 0 1em;
140140
margin: 0 auto;
141141
overflow: hidden;
142+
}
142143
}
143144
/*End Footer*/
144145

0 commit comments

Comments
 (0)