This file contains 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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
.classOne { | |
+ :before { | |
background: yellow; | |
} | |
} |
This file contains 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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
.makelaars-reactform { | |
& h2.h1 { background: red; } | |
} | |
.makelaars-reactform { | |
h2.h1 { background: red; } |
This file contains 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
.button | |
height: 35px | |
display: block | |
line-height: 35px | |
color: $green | |
border: solid 1px #fff | |
+border-radius(3px) | |
+data-uri-bg("bg_button.png", transparent repeat-x) | |
position: relative | |
z-index: 10 |
This file contains 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
<!DOCTYPE html PUBLIC> | |
<!-- | |
Tjaja's project for iamthecitywriter.tumblr.com | |
--> | |
<head> | |
<meta name="color:post background" content="#FFFFFF" /> | |
<meta name="color:text" content="#292929"> |
This file contains 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
>> Using rack adapter | |
/Users/ivanasetiawan/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/psych.rb:205:in `initialize': No such file or directory - /Users/ivanasetiawan/projects/codebrawl/config/codebrawl.yml (Errno::ENOENT) | |
from /Users/ivanasetiawan/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/psych.rb:205:in `open' | |
from /Users/ivanasetiawan/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/psych.rb:205:in `load_file' | |
from /Users/ivanasetiawan/projects/codebrawl/config/initializers/codebrawl.rb:3:in `config' | |
from /Users/ivanasetiawan/projects/codebrawl/config/initializers/hoptoad.rb:2:in `block in <top (required)>' | |
from /Users/ivanasetiawan/.rvm/gems/ruby-1.9.2-p180/gems/hoptoad_notifier-2.4.11/lib/hoptoad_notifier.rb:80:in `configure' | |
from /Users/ivanasetiawan/projects/codebrawl/config/initializers/hoptoad.rb:1:in `<top (required)>' | |
from /Users/ivanasetiawan/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.1.0.rc5/lib/active_support/dependencies.rb:233:in `load' | |
from /Users/ivanasetiawan/.rvm/gems/ruby-1.9.2-p180/ |