| | |
| | | $image-background : {{ if .Site.Params.visual.image.enable }}url('../{{ .Site.Params.visual.image.file | default "images/background.jpg" }}'){{ else }}none{{ end }}; |
| | | $image-position : {{ if .Site.Params.visual.image.enable }}{{ .Site.Params.visual.image.position | default "center center" }}{{ else }}0% 0%{{ end }}; |
| | | |
| | | // Animation |
| | | $animation-name : fadein; |
| | | $animation-duration : 2s; |
| | | |
| | | //------------------------------------------------------------------------------- |
| | | // Imports |
| | | //------------------------------------------------------------------------------- |
| | | |
| | | @import "normalize"; |
| | | @import "webflow"; |
| | | @import "animation"; |
| | | @import "fonts"; |
| | | @import "content"; |