Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Created February 15, 2017 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadawais/26b6d914adf395987428f8c4102767b7 to your computer and use it in GitHub Desktop.
Save ahmadawais/26b6d914adf395987428f8c4102767b7 to your computer and use it in GitHub Desktop.
DEBUG CSS for XDEBUG
/* ----------------------------------------------------------------------------
* DEBUG CSS for XDEBUG
* ------------------------------------------------------------------------- */
pre.xdebug-var-dump {
display: table;
width: 100%;
padding: 5rem;
margin: 5rem;
font: 2.5rem/2.5 'Operator Mono';
}
pre.xdebug-var-dump small {
padding: 0.5rem 0.5rem 0.5rem 2rem;
font-size: 65%;
font-style: italic;
}
pre.xdebug-var-dump font {
background: lightgoldenrodyellow;
padding: 0.5rem 1rem;
}
pre.xdebug-var-dump i {
font-weight: 100;
font-size: 65%;
padding: 0 0.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment