This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11THIS 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+
37PL-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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments