Skip to content

Instantly share code, notes, and snippets.

View starryeyez024's full-sized avatar
🏠
Working from home

Kendall Totten starryeyez024

🏠
Working from home
View GitHub Profile
@starryeyez024
starryeyez024 / SassMeister-input-HTML.html
Created March 21, 2014 19:37
Generated by SassMeister.com.
<body>
<div class="container">
<div class="row">
<div class="right">
right<br/>
right<br/>
right<br/>
right<br/>
right<br/>
</div>
@starryeyez024
starryeyez024 / SassMeister-input-HTML.html
Created March 28, 2014 17:54
Generated by SassMeister.com.
<body>
<section>
<div class="region-content">
<h2>Sample Title</h2>
<p>text text text</p>
<h3>Sample Title</h3>
<p>text text text</p>
</div>
<div class="super-box">
hello!
@starryeyez024
starryeyez024 / SassMeister-input-HTML.html
Created March 31, 2014 21:14
Generated by SassMeister.com.
<body>
<section>
<div class="region-1">
<p>Mix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc at beautiful tortor! Lacinia euismod Praesent lectus muffin nisl rescue first, spoon toys ornare tristique dapibus tortor urna eros pellentesque per placerat vestibulum convallis smokey pretium kitties. Special, euismod little redditor feugiat tabby nec eget. Tabby faucibus tristique her mi dui urna reddit id my, oh Donec home girlfriend pellentesque happy elit hendrix keyboard Zooey augue cat cat! Kitty consectetur molestie turpis hiss nec pride, bites in viverra kitten mercedes sit ligula rip the couch beautiful local kitty. Donec, meow litora kittens lacus. Nostra stretching hendrix nec mi mcfuzzy Integer buddy Praesent her photobomb Donec he's himenaeos cute cats up urna fuzzy malesuada velit ac cake day ullamcorper sister.</p>
</div>
<div class="region-2">
<p>Mix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go
@starryeyez024
starryeyez024 / SassMeister-input-HTML.html
Created April 3, 2014 13:33
Generated by SassMeister.com.
<body>
<div style="float: right">
<img src="http://placehold.it/500x100">
</div>
<div>
<section>
<div class="region-4">
<ul><li>Mix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc atMix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc atMix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc at beautiful tortor! Lacinia euismod Praesent lectus muffin nisl rescue first, spoon toys ornare tristique dapibus tortor urna eros pellentesque per placerat vestibulum convallis smokey pretium kitties. Special, euismod little redditor feugiat tabby nec eget. Tabby faucibus tristique her mi dui urna reddit id my, oh Donec home girlfriend pellentesque happy elit hendrix keyboard Zooey augue cat cat! Kitty consectetur molestie turpis hiss nec pride, bites in viverra kitten mercedes sit ligula rip the couch beautiful local kitty. Donec, meow litor
@starryeyez024
starryeyez024 / SassMeister-input-HTML.html
Created May 8, 2014 14:34
Generated by SassMeister.com.
Node One
<div class"field-item">
<a href="/college/science">Science</a>
</div>
Node two
<div class"field-item">
<a href="/college/humanities">Humanities</a>
</div>
@starryeyez024
starryeyez024 / SassMeister-output.css
Last active August 29, 2015 14:01
How to use Breakpoints effectively
/*** Breakpoints *** */
.test {
padding: 10px;
}
@media (min-width: 771px) {
.test {
background: blue;
color: white;
}
}
@starryeyez024
starryeyez024 / SassMeister-input-HTML.html
Created June 26, 2014 14:12
Generated by SassMeister.com.
<body>
<div class="test">
Test test test
</div>
</body>
@starryeyez024
starryeyez024 / Breakpoints.sass
Last active August 29, 2015 14:03
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
// BREAKPOINTS
$breakpoint-to-ems: true
// For use with max-width only:
// +breakpoint(max-width: $tab-l)
@starryeyez024
starryeyez024 / imagestyles.drush.ini
Created July 2, 2014 19:01
Add this file to your ~/.drush directory, then run the "drush imagestyles" command to display settings for all existing image styles
<?php
/**
* Implements hook_drush_command().
*/
function imagestyles_drush_command() {
$items = array();
$items['imagestyles'] = array(
'callback' => 'imagestyles_drush_callback',
@starryeyez024
starryeyez024 / SassMeister-input-HTML.html
Created October 22, 2014 14:56
Generated by SassMeister.com.
<div class="test">test</div>
<div class="test1">test 1</div>
<div class="test2">test 2</div>
<div class="test3">test 3</div>
<div class="test4">test 4</div>