14 lines
171 B
Sass
14 lines
171 B
Sass
|
@import "typography"
|
||
|
@import "grid"
|
||
|
@import "code"
|
||
|
|
||
|
.reveal
|
||
|
background: white
|
||
|
|
||
|
section img
|
||
|
max-width: 100%
|
||
|
|
||
|
&.no-border
|
||
|
border: 0
|
||
|
box-shadow: none
|