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

Commit 8467664

Browse files
committed
Merge branch 'release-0.6.2'
2 parents 271d12a + 40b9cf7 commit 8467664

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3+
PL-v0.6.2
4+
- FIX: a few small sass and styling tweaks
5+
- THX: thanks to @griffinartworks for the sass and styling fixes
6+
37
PL-v0.6.1
48
- FIX: fixed the height of the HTML pre element on the pattern detail view
59
- ADD: added in support for viewing the generated CSS on the pattern detail view

builder/builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Builder CLI - v0.6.1
4+
* Pattern Lab Builder CLI - v0.6.2
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

builder/lib/builder.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Builder Class - v0.6.1
4+
* Pattern Lab Builder Class - v0.6.2
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

builder/lib/generator.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Generator Class - v0.6.1
4+
* Pattern Lab Generator Class - v0.6.2
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

builder/lib/watcher.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*!
4-
* Pattern Lab Watcher Class - v0.6.1
4+
* Pattern Lab Watcher Class - v0.6.2
55
*
66
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
77
* Licensed under the MIT license

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

public/styleguide/css/styleguide.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ $animate-quick: 0.2s;
528528
height: 100%;
529529
text-align: center;
530530
margin: 0 auto;
531+
-webkit-overflow-scrolling: touch;
532+
overflow: scroll;
531533

532534
&.hay-mode {
533535
-webkit-transition: all 40s linear;
@@ -864,4 +866,4 @@ $animate-quick: 0.2s;
864866
}
865867
.icon-eye:before {
866868
content: "\e001";
867-
}
869+
}

0 commit comments

Comments
 (0)