Skip to content

Commit

Permalink
2.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
cdukes committed Feb 10, 2015
1 parent dd0f0e4 commit a2b0877
Show file tree
Hide file tree
Showing 19 changed files with 286 additions and 302 deletions.
490 changes: 246 additions & 244 deletions .csscomb.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ grunt
- *(Ongoing)* More standard developer comments & better function formatting

## Changelog
### 2.2.27 (February 10, 2015)
- Add `csscomb.js` to `package.json`. I would love to integrate combing into Grunt `watch`, but I can't figure out a friendly way run it on `.scss` files that I'm currently editing. For now, it can be run on the command line with `csscomb sass`.
- Modify `.csscomb.json` to work with `csscomb.js`
- Run `csscomb.js` on `sass/*`
- `return` `bfg_admin_footer_text()`, since it's a filter

### 2.2.26 (January 26, 2015)
- Add `jquery.cookie.js`
- Automatically remove `readme.html` (and optionally `xmlrpc.php`) after a WP core update
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Child theme definitions
define( 'CHILD_THEME_NAME', 'Bones for Genesis 2.0' );
define( 'CHILD_THEME_URL', 'http://bonesforgenesis.com/' );
define( 'CHILD_THEME_VERSION', '2.2.26' );
define( 'CHILD_THEME_VERSION', '2.2.27' );

// Developer Tools
require_once( CHILD_DIR . '/includes/developer-tools.php' ); // DO NOT USE THESE ON A LIVE SITE
Expand Down
4 changes: 2 additions & 2 deletions includes/admin/admin-branding.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ function bfg_remove_wp_icon_from_admin_bar() {
*
* @since 2.0.0
*/
function bfg_admin_footer_text () {
function bfg_admin_footer_text() {

echo 'YOUR TEXT HERE.';
return 'YOUR TEXT HERE.';

}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"grunt-contrib-watch": "*",
"grunt-csso": "*",
"grunt-newer": "*",
"grunt-notify": "*"
"grunt-notify": "*",
"csscomb": "*"
}
}
4 changes: 0 additions & 4 deletions sass/_comments.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.comment-list {

.comment {

> article {
}
}
Expand All @@ -25,8 +23,6 @@
}

.comment-respond {


.form-submit {
@extend %clearfix;
}
Expand Down
6 changes: 0 additions & 6 deletions sass/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
}

.entry-content {

p {
@extend %type;
}
Expand All @@ -37,21 +36,18 @@
}

ol {

li {
list-style-type: decimal;
}
}

ul {

li {
list-style-type: disc;
}
}

blockquote {

p {
}
}
Expand Down Expand Up @@ -84,7 +80,6 @@
display: inline;

a {

&:hover,
&:focus,
&:active {
Expand All @@ -95,7 +90,6 @@
}

&.active {

a {
}
}
Expand Down
1 change: 0 additions & 1 deletion sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}

.site-footer {

> .wrap {
}
}
3 changes: 0 additions & 3 deletions sass/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ input[type='search'] {
}

.gform_wrapper {

.gform_ajax_spinner {
display: none !important;
}
Expand All @@ -86,14 +85,12 @@ input[type='search'] {
}

.search-form {

input[type='search'] {
flex: 1;
}
}

.post-password-form {

input[type='password'] {
flex: 1;
}
Expand Down
2 changes: 0 additions & 2 deletions sass/_header.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.site-header {

> .wrap {
}
}
Expand All @@ -23,7 +22,6 @@
line-height: 1;

a {

&:hover,
&:focus,
&:active {
Expand Down
2 changes: 0 additions & 2 deletions sass/_ie.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
html {

&.lt-ie9 {
min-width: $siteWidth;
}
}

.lt-ie9 {

body {
min-width: $siteWidth;
}
Expand Down
1 change: 0 additions & 1 deletion sass/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@keyframes bouncedelay {

0%,
80%,
100% {
Expand Down
4 changes: 0 additions & 4 deletions sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

// Applied to all menu <li>s
.menu-item {

a {
position: relative;
display: block;
Expand All @@ -21,15 +20,13 @@
&:focus,
&:active,
&.sfHover {

> .sub-menu {
left: auto;
opacity: 1;
}
}

&.current-menu-item {

> a {
}
}
Expand All @@ -48,7 +45,6 @@
transition: opacity .4s ease-in-out;

> .menu-item {

> a {
position: relative;
}
Expand Down
4 changes: 0 additions & 4 deletions sass/_print.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@media print {

* {
background: transparent !important;
filter: none !important;
Expand Down Expand Up @@ -52,9 +51,7 @@
}

.site-header {

.site-title {

img {
display: block;
margin: 0 auto 1em;
Expand All @@ -68,7 +65,6 @@

.entry-title,
.entry-content {

a[href]:after {
content: ' (' attr(href) ')';
}
Expand Down
1 change: 0 additions & 1 deletion sass/_sidebars.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.sidebar {

.widget {
}

Expand Down
1 change: 0 additions & 1 deletion sass/_toolkit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
}

.no-js {

.hide-no-js {
display: none !important;
}
Expand Down
1 change: 0 additions & 1 deletion sass/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ textarea:focus,
}

a {

&:hover,
&:focus,
&:active {
Expand Down
51 changes: 28 additions & 23 deletions sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
/*********************
SIZES
*********************/
$siteWidth: 60em; // Useful for fixed width sites, as well as for limiting the max-width of fluid sites
$siteWidth: 60em; // Useful for fixed width sites, as well as for limiting the max-width of fluid sites

@mixin breakpoint($point) {
@if $point == full {
@media (min-width: 55em) { @content; }
@media (min-width: 55em) {
@content;
}
}
@else if $point == tablet {
@media (max-width: 55em) { @content; }
@media (max-width: 55em) {
@content;
}
}
@else if $point == phone {
@media (max-width: 45em) { @content; }
@media (max-width: 45em) {
@content;
}
}
// http://mir.aculo.us/2012/11/28/the-ultimate-target-retina-screens-media-query/
@else if $point == retina {
@media
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx)
{
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
@content;
}
}
Expand All @@ -35,18 +40,18 @@ COLORS
/*********************
SOCIAL COLORS - http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
*********************/
$twitter: #00aced;
$facebook: #3b5998;
$linkedin: #007bb6;
$google: #dd4b39;
$youtube: #bb0000;
$pinterest: #cb2027;
$tumblr: #32506d;
$flickr: #ff0084;
$instagram: #517fa4;
$vimeo: #aad450;
$foursquare: #0072b1;
$rss: #ff6600;
$twitter: #00aced;
$facebook: #3b5998;
$linkedin: #007bb6;
$google: #dd4b39;
$youtube: #b00;
$pinterest: #cb2027;
$tumblr: #32506d;
$flickr: #ff0084;
$instagram: #517fa4;
$vimeo: #aad450;
$foursquare: #0072b1;
$rss: #f60;

/*********************
TYPOGRAPHY - http://cssfontstack.com/
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Description: A starting point for new Genesis 2.0 projects.
Author: Cooper Dukes @INNEO
Author URI: http://www.inneosg.com/
Version: 2.2.26
Version: 2.2.27
Tags: left-sidebar, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments
Expand Down

0 comments on commit a2b0877

Please sign in to comment.