Add old slides

This commit is contained in:
Oliver Davies 2017-07-02 00:51:42 +01:00
parent 2d20969ccf
commit f33406ffe2
428 changed files with 79379 additions and 0 deletions

View file

@ -0,0 +1,15 @@
=grid($total, $number_of_columns)
width: (100% / $total) * $number_of_columns
[class^=col--]
float: left
margin-bottom: 20px !important
&:last-of-type
float: right
@for $total from 1 through 6
div.col--#{$total}
@for $columns from 1 through $total
&-#{$columns}
+grid($total, $columns)