Skip to content

Instantly share code, notes, and snippets.

View holyPickleNick's full-sized avatar

Nick holyPickleNick

  • Docupet Inc
  • Kingston, ON
  • 08:06 (UTC -04:00)
View GitHub Profile
@holyPickleNick
holyPickleNick / kl-default.css
Created March 24, 2016 14:09 — forked from avantegarde/kl-default.css
A good starting point for your CSS
/*======================================*
*====== Default CSS | Author: KL ======*
*======================================*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-rendering: optimizeLegibility;
/**
* For developers: WordPress debugging mode.
*
* If the default WP_DEBUG function is set to false and
* there are still warnings or errors showing up, try
* using the following instead
*/
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );