Skip to content

Instantly share code, notes, and snippets.

View robertlyall's full-sized avatar

Robert Lyall robertlyall

  • Bournemouth, Dorset
  • 06:06 (UTC +01:00)
View GitHub Profile
@robertlyall
robertlyall / SassMeister-input-HTML.haml
Created April 9, 2014 22:18
Generated by SassMeister.com.
/ Star them to stick them to the top under popular projects
/ Sort alphabetically or by recent activity
/ Image for the project can be uploaded, or one of our many
/ random stock photos can be used.
.container
.card
.card__header
%p.card__subhead Git
%h3.card__heading Android Application
@robertlyall
robertlyall / SassMeister-input-HTML.haml
Created April 9, 2014 16:38
Generated by SassMeister.com.
/ Star them to stick them to the top under popular projects
/ Sort alphabetically or by recent activity
/ Image for the project can be uploaded, or one of our many
/ random stock photos can be used.
.container
.card
.card__header
%p.card__subhead Git
%h3.card__heading Android Application
@robertlyall
robertlyall / Git Merge Messages
Created April 9, 2014 16:02
Stop the merge messages appearing in Git.
git config branch.autosetuprebase always
git config branch.v5.rebase true
@robertlyall
robertlyall / SassMeister-input-HTML.haml
Created April 9, 2014 15:39
Generated by SassMeister.com.
.btn-group
%a.btn{:href => '#'} Refresh
%a.btn{:href => '#'} Follow
%a.btn{:href => '#'} Back to list
@robertlyall
robertlyall / SassMeister-input-HTML.haml
Created April 9, 2014 11:19
Generated by SassMeister.com.
%ul.dropdown
%li.dropdown__item.dropdown__item--active
%a.dropdown__link{:href => '#'} Hello?
%ul.dropdown__menu
%li.dropdown__menu-item
%a.dropdown__menu-link{:href => '#'} Option 1
%li.dropdown__menu-item
%a.dropdown__menu-link{:href => '#'} Option 2
%li.dropdown__menu-item
%a.dropdown__menu-link{:href => '#'} Option 3
@robertlyall
robertlyall / SassMeister-input-HTML.haml
Created April 9, 2014 09:58
Generated by SassMeister.com.
.dialog
%a.dialog__button{:href => '#'} Click
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
@robertlyall
robertlyall / SassMeister-input-HTML.html
Created March 3, 2014 12:38
Generated by SassMeister.com.
<div class="box">Testing</div>
@robertlyall
robertlyall / SassMeister-input.sass
Created February 12, 2014 22:00
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// ----
=e($name)
&__#{$name}
@content
=m($name)
@robertlyall
robertlyall / SassMeister-input.sass
Created February 12, 2014 14:49
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// Breakpoint (v2.4.1)
// ----
@import "breakpoint"
$mobile-font-size: 16px
$ipad-font-size: 18px