Sha256: f9dc0d0e9645acd73447b57a19647fdada914ba16527efa260a3382c34fee796

Contents?: true

Size: 1.69 KB

Versions: 2

Compression:

Stored size: 1.69 KB

Contents

# ------------------------------------------------------------------------------
# ~/_data/j1_polyfills.yml
# Default configuration for all Polyfills used by J1 Template
#
# Product/Info:
# https://jekyll.one
#
# Copyright (C) 2019 Juergen Adams
#
# J1 Template is licensed under the MIT License.
# See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE
#
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# Settings
# If enabled, a Polyfill (JS component) gets inialized

# enabled
# ------------------------------------------------------------------------------
#   Enables|Disables the use of Stickyfill
#
#   values:                             boolean (true|false)
#   default:                            true
#
# Pro tips
# ------------------------------------------------------------------------------
# CSS styles
#
# top specifies sticky’s position relatively to the top edge of the viewport. 
# It accepts negative values, too.
#
# You can push sticky’s bottom limit up or down by specifying positive or
# negative margin-bottom.
#
# Any non-default value (not visible) for overflow, overflow-x, or overflow-y
# on any of the ancestor elements anchors the sticky to the overflow context 
# of that ancestor. 
#
# Simply put, scrolling the ancestor will cause the sticky to stick, 
# scrolling the window will not. This is expected with overflow: auto and 
# overflow: scroll, but often causes confusion with overflow: hidden. 
# Keep this in mind.
#
# ------------------------------------------------------------------------------
#
stickyfill:
  enabled:                              true


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
j1_template-2019.4.4 lib/starter_web/_data/j1_polyfills.yml
j1_template-2019.4.1 lib/starter_web/_data/j1_polyfills.yml