- Grind coffee beans at medium or regular coarseness setting
- Start with a ~16:1 water:coffee ratio and tune to your coffee
- Wet the filter before adding coffee to remove paper taste
- Wet ground coffee and allow to 'bloom' for 1 minute
- Slowly pour water in a circular, nickel size pattern
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
// `Clearfix | |
//-------------------------------------------------- | |
// Can be added to other style rules via: | |
// | |
// #foobar | |
// @extend .clearfix | |
.clearfix | |
zoom: 1 |
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
#main { | |
width: 100%; | |
} | |
aside { | |
width: 160px; | |
} | |
#sidebar { | |
width: 240px; |
OlderNewer