Skip to content

Instantly share code, notes, and snippets.

View isaacdanielanderson's full-sized avatar

Isaac Anderson isaacdanielanderson

View GitHub Profile
@isaacdanielanderson
isaacdanielanderson / loop-custom.php
Created September 8, 2018 20:23 — forked from kevinwhoffman/loop-custom.php
WordPress - Custom Post Type Loop
<?php
$loop = new WP_Query( array(
'post_type' => 'Property',
'posts_per_page' => -1
)
);
?>
<?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
@isaacdanielanderson
isaacdanielanderson / gulpfile.js
Created August 30, 2018 00:11 — forked from leymannx/gulpfile.js
Gulp Sass with autoprefixer and minify.
var gulp = require('gulp'),
sass = require('gulp-sass'),
rename = require('gulp-rename'),
cssmin = require('gulp-cssnano'),
prefix = require('gulp-autoprefixer'),
plumber = require('gulp-plumber'),
notify = require('gulp-notify'),
sassLint = require('gulp-sass-lint'),
sourcemaps = require('gulp-sourcemaps');
// Temporary solution until gulp 4
@isaacdanielanderson
isaacdanielanderson / gist:70f3aae4c14b5777cfb01db779019cf2
Created April 17, 2018 22:57 — forked from lnpbk/gist:9249512
Change line-height in atom editor
/*
* Go to Settings > Themes > your stylesheet, and add the following
*/
@line-height: 2em;
.tree-view {
}
@isaacdanielanderson
isaacdanielanderson / Contract Killer 3.md
Created October 25, 2017 01:54 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post