A Pen by Austin Pray on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "austinsoftwareconsulting.com", | |
"version": "1.0.3", | |
"description": "", | |
"main": "dist/bundle.js", | |
"dependencies": { | |
"jquery": "^2.1.3" | |
}, | |
"devDependencies": { | |
"config": "^1.10.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "sage", | |
"homepage": "http://roots.io/sage/", | |
"authors": [ | |
"Ben Word <[email protected]>" | |
], | |
"license": "MIT", | |
"private": true, | |
"dependencies": { | |
"modernizr": "~2.8.3", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gulp clean && for i in `gulp --tasks-simple`; do for x in {1..5}; do gulp $i; done | grep Finished | cut -d ' ' -f 3,5,6 | tr ' ' ',' | tr -d "'" >> /tmp/results.txt; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// allo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{}, {"she"}, {"had"}, {"the"}, {"strangest"}, {"impression"}, {"they"}, {"once"}, {"been"}, {"green"}, {"she", "had"}, {"she", "the"}, {"she", "strangest"}, {"she", "impression"}, {"she", "they"}, {"she", "once"}, {"she", "been"}, {"she", "green"}, {"had", "the"}, {"had", "strangest"}, {"had", "impression"}, {"had", "they"}, {"had", "had"}, {"had", "once"}, {"had", "been"}, {"had", "green"}, {"the", "strangest"}, {"the", "impression"}, {"the", "they"}, {"the", "had"}, {"the", "once"}, {"the", "been"}, {"the", "green"}, {"strangest", "impression"}, {"strangest", "they"}, {"strangest", "had"}, {"strangest", "once"}, {"strangest", "been"}, {"strangest", "green"}, {"impression", "they"}, {"impression", "had"}, {"impression", "once"}, {"impression", "been"}, {"impression", "green"}, {"they", "had"}, {"they", "once"}, {"they", "been"}, {"they", "green"}, {"once", "been"}, {"once", "green"}, {"been", "green"}, {"she", "had", "the"}, {"she", "had", "strangest"}, {"she", "had", "impression"}, {"she", "had", "they"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%nav.top-bar{:data => { :topbar => '' }} | |
%ul.title-area | |
%li.name | |
%h1 | |
%a(href="#") Everything Inbox | |
%li.toggle-topbar.menu-icon | |
%a(href="#") | |
%span Menu | |
%section.top-bar-section |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import 'foundation_and_overrides'; | |
@import 'components/type'; | |
@import 'modules/layout'; | |
@import 'modules/header'; | |
@import 'modules/box'; | |
@import 'modules/buttons'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Foundation by ZURB | |
// foundation.zurb.com | |
// Licensed under MIT Open Source | |
// | |
// FOUNDATION SETTINGS | |
// | |
// This is the default html and body font-size for the base rem value. | |
// $rem-base: 16px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── application.scss | |
├── components | |
│ └── _type.scss | |
│ ├── hero.css.scss | |
│ └── media.css | |
├── email.css.scss | |
├── foundation_and_overrides.scss | |
├── home.css.scss |