Skip to content

Instantly share code, notes, and snippets.

View tteltrab's full-sized avatar
🎯
Focusing

Nick Bartlett tteltrab

🎯
Focusing
View GitHub Profile
@tteltrab
tteltrab / spacing-rendering.md
Created June 10, 2018 22:41
examples of space rendering with ordered/unordered lists

Ordered Lists

Numbers

  1. Hello
  2. World!
  3. Welcome

Numbers with space

  1. Hello
@tteltrab
tteltrab / cloudSettings
Last active March 8, 2018 17:49
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-03-08T17:49:02.337Z","extensionVersion":"v2.9.0"}
@tteltrab
tteltrab / _grid.scss
Created February 28, 2017 05:15 — forked from manuhabitela/_grid.scss
Making the Bootstrap grid with Susy and sass-mq
// this is (a start of) an example of a Susy+mq() setup that mimics bootstrap grid.
// I work on multiple bootstrap-based projects.
// I want to stop using grid classes in the markup, and start using mixins with susy and sass-mq.
// Since the project is heavily tied to the bootstrap grid, I want to have the exact same behavior
// between bootstrap classes (old code) and susy mixins (new code).
// all the grid classes generated below are here to ease up testing.
// required: susy + sass-mq
@tteltrab
tteltrab / SassMeister-input.scss
Created January 26, 2016 13:45
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
$banner-bg-colors: (
"PURPLE": purple,
"BLUE": blue,
"TEAL": teal
);
@tteltrab
tteltrab / SassMeister-input.scss
Last active August 29, 2015 14:20
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
footer.page-footer {
margin-top: 0;
@at-root {
#{&},
nav {
@tteltrab
tteltrab / SassMeister-input.scss
Created May 4, 2015 02:15
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$columns: 6;
@mixin responsive-columns($suffix:''){
@for $i from 1 through $columns{
.col#{$suffix}-#{$i}{