Skip to content

Instantly share code, notes, and snippets.

View angelicahl88's full-sized avatar

Angelica Hart Lindh angelicahl88

View GitHub Profile
@function grid-width($count, $gutter, $width) {
@return ($count - 1) * $gutter + ($count * $width);
}
@function context-width($context, $gutter, $width) {
@return $context * ($width + $gutter);
}
@mixin the-grid($count, $context: 12, $width: 60, $gutter: 20) {
width: percentage(grid-width($count, $gutter, $width) / context-width($context, $gutter, $width));
@angelicahl88
angelicahl88 / .block
Last active July 26, 2016 15:15
Resumé Sankey
license: gpl-3.0
@angelicahl88
angelicahl88 / README.md
Created June 2, 2016 12:33
Ekokartan radar chart

Built with blockbuilder.org

This is an example of a radar chart used to visualise organic food purchases in Sweden. You can visit the full visualisation here.