Skip to content

Instantly share code, notes, and snippets.

View treykane's full-sized avatar

Trey Kane treykane

View GitHub Profile
@treykane
treykane / diagonal-strikethrough.scss
Created October 15, 2015 15:40
Diagonal Strikethrough
// This could be used for many things, however in my case, this was use to show a price that was slashed through.
.slashed-rate {
display: inline-block;
padding-top: 10px;
color: $grey-darker;
.currency {font-size: 15px;}
.dollars {font-size: 30px;}
.frequency {font-size: 10px;}
&::before {
@treykane
treykane / treys-gulpfile.js
Last active December 20, 2018 19:10
My basic gulp file
// npm install gulp
//---- TODO'S ----//
// TODO: smarter linting
// Include gulp
var gulp = require('gulp');
// Include Our Plugins
@treykane
treykane / Trey's BlackBoard Theme
Created October 24, 2013 01:38
This is a Gist of my Custom Version of BlackBoard for Sublime Text
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>author</key>
<string>Domenico Carbotta</string>