This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +12
-5
lines changed Expand file tree Collapse file tree 7 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
2
2
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
+
3
7
PL-v0.6.1
4
8
- FIX: fixed the height of the HTML pre element on the pattern detail view
5
9
- ADD: added in support for viewing the generated CSS on the pattern detail view
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/*!
4
- * Pattern Lab Builder CLI - v0.6.1
4
+ * Pattern Lab Builder CLI - v0.6.2
5
5
*
6
6
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
7
7
* Licensed under the MIT license
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/*!
4
- * Pattern Lab Builder Class - v0.6.1
4
+ * Pattern Lab Builder Class - v0.6.2
5
5
*
6
6
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
7
7
* Licensed under the MIT license
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/*!
4
- * Pattern Lab Generator Class - v0.6.1
4
+ * Pattern Lab Generator Class - v0.6.2
5
5
*
6
6
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
7
7
* Licensed under the MIT license
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/*!
4
- * Pattern Lab Watcher Class - v0.6.1
4
+ * Pattern Lab Watcher Class - v0.6.2
5
5
*
6
6
* Copyright (c) 2013 Dave Olsen, http://dmolsen.com
7
7
* Licensed under the MIT license
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ input[type=search] {
139
139
padding : 0 1em ;
140
140
margin : 0 auto ;
141
141
overflow : hidden ;
142
+ }
142
143
}
143
144
/* End Footer*/
144
145
Original file line number Diff line number Diff line change @@ -528,6 +528,8 @@ $animate-quick: 0.2s;
528
528
height : 100% ;
529
529
text-align : center ;
530
530
margin : 0 auto ;
531
+ -webkit-overflow-scrolling : touch ;
532
+ overflow : scroll ;
531
533
532
534
& .hay-mode {
533
535
-webkit-transition : all 40s linear ;
@@ -864,4 +866,4 @@ $animate-quick: 0.2s;
864
866
}
865
867
.icon-eye :before {
866
868
content : " \e001 " ;
867
- }
869
+ }
You can’t perform that action at this time.
0 commit comments