Skip to content

Instantly share code, notes, and snippets.

View jeffgolenski's full-sized avatar

Jeff Golenski jeffgolenski

View GitHub Profile
@jeffgolenski
jeffgolenski / SassMeister-input-HTML.html
Created February 12, 2015 21:55
Generated by SassMeister.com.
<div class="block wpdarkblue"></div>
<div class="block wpdarkblue shade"></div>
<div class="block wpblue"></div>
<div class="block wpblue shade"></div>
<div class="block wpmedblue"></div>
<div class="block wpmedblue shade"></div>
<div class="block wplightblue"></div>
@jeffgolenski
jeffgolenski / WordPress Comment Styling SCSS
Last active October 19, 2022 14:25
SCSS WordPress Comment Styles. Based on the WordPress threaded comments CSS over at css-tricks.com, I created this nested SCSS. It's basic, simple, and clean. Quickly copy, paste, and style away! Original CSS located at: http://css-tricks.com/snippets/wordpress/base-threaded-comments-styling/
/* =========================================================
Comments
========================================================= */
ol.commentlist {
list-style:none;
margin:0 0 1em;
padding:0;
text-indent:0;