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
@mixin stretch-link { | |
& { position: relative; } | |
a { position: absolute; height: 100%; width: 100%; } | |
} |
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
.museo-100 { | |
font-family: "museo-sans-1", "museo-sans-2"; | |
font-weight: 100; | |
font-style: normal; | |
} | |
.museo-100-italic { | |
font-family: "museo-sans-1", "museo-sans-2"; | |
font-weight: 100; | |
font-style: italic; |
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
adamstacoviak@iMac-i7 [05:36:17] [~/Dropbox/Code/Sandbox] | |
-> % gem install middleman | |
Fetching: eventmachine-0.12.10.gem (100%) | |
Building native extensions. This could take a while... | |
Fetching: daemons-1.1.4.gem (100%) | |
Fetching: thin-1.2.11.gem (100%) | |
Building native extensions. This could take a while... | |
Fetching: sinatra-1.2.6.gem (100%) | |
Fetching: url_mount-0.2.1.gem (100%) | |
Fetching: http_router-0.8.11.gem (100%) |
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
.two-columns { | |
overflow: hidden; | |
*zoom: 1; | |
position: relative; | |
} | |
.two-columns .column-one, .two-columns .column-two { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
-ms-box-sizing: border-box; |
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
.sass-cache |
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
.rotate,#foo,#bar,#baz{-moz-transform:rotate(10deg);-webkit-transform:rotate(10deg);-o-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}#foo{font-size:150%}#bar{background:silver}#baz{background:white} |
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
@mixin heading | |
( | |
$color: $pure-yellow, | |
$font-size: 20px, | |
$font-weight: normal | |
) | |
{ | |
@extend .PFCentroSerifPro-Regular; | |
color: $color; | |
font-size: $font-size; |
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
adamstacoviak:Sandbox/ $ gem install serve [16:40:00] | |
Fetching: rack-test-0.6.0.gem (100%) | |
Fetching: tilt-1.3.2.gem (100%) | |
Fetching: serve-1.5.0.gem (100%) | |
Successfully installed rack-test-0.6.0 | |
Successfully installed tilt-1.3.2 | |
Successfully installed serve-1.5.0 | |
3 gems installed | |
adamstacoviak:Sandbox/ $ serve create test-project [16:40:12] | |
create test-project |
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
Mini-2:~ sadmin$ curl -L https://github.com/atmos/cinderella/raw/master/bootstrap.sh -o - | sh | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
101 1424 101 1424 0 0 1166 0 0:00:01 0:00:01 --:--:-- 20342 | |
Ensuring we have the latest version of cinderella installed | |
A first time install takes about 45 minutes on a modern machine | |
You need to upgrade rubygems to 1.7.2 | |
Cinderella installed successfully | |
[Fri, 10 Jun 2011 14:15:25 -0500] INFO: *** Chef 0.10.0 *** | |
[Fri, 10 Jun 2011 14:15:26 -0500] INFO: Setting the run_list to ["homebrew", "homebrew::dbs", "homebrew::misc", "ruby", "ruby::irbrc", "node", "python"] from JSON |