Add slides sub-directories for Reveal.js
This commit is contained in:
parent
c79d949569
commit
76674130d4
395 changed files with 0 additions and 0 deletions
drupal-vm-symfony-console/2016-07-23-drupalcamp-bristol/slides/assets/sass
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue